/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 73 if (CLine * pLine = m_LineArray.GetAt(i)) { in ResetLinePlace() local 74 pLine->LinePlace = CPVT_WordPlace(SecPlace.nSecIndex, i, -1); in ResetLinePlace() 108 if (CLine * pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace() local 109 return pLine->GetBeginWordPlace(); in GetBeginWordPlace() 116 if (CLine * pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace() local 117 return pLine->GetEndWordPlace(); in GetEndWordPlace() 130 if (CLine * pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetPrevWordPlace() local 131 if (place.nWordIndex == pLine->m_LineInfo.nBeginWordIndex) { in GetPrevWordPlace() 133 } else if (place.nWordIndex < pLine->m_LineInfo.nBeginWordIndex) { in GetPrevWordPlace() 138 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace() [all …]
|
D | pdf_vt.h | 261 CLine* pLine = new CLine; in Add() local 262 pLine->m_LineInfo = lineinfo; in Add() 263 m_Lines.Add(pLine); in Add() 264 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add() local 265 pLine->m_LineInfo = lineinfo; in Add()
|
/external/libvncserver/common/ |
D | zywrletemplate.c | 635 pLine = pH+w; \ 636 while (pH < pLine) { \ 665 pLine = (int*)(pData + uw); \ 666 while (pData < (PIXEL_T*)pLine) { \ 678 pLine = (int*)(pData + w); \ 679 while (pData < (PIXEL_T*)pLine) { \ 691 pLine = (int*)(pData + uw); \ 692 while (pData < (PIXEL_T*)pLine) { \ 715 int* pLine; in ZYWRLE_RGBYUV() local 719 pLine = pBuf+width; in ZYWRLE_RGBYUV() [all …]
|
/external/skia/gm/ |
D | bitmapscroll.cpp | 19 SkPaint pRed, pWhite, pGreen, pBlue, pLine, pAlphaGray; in make_bitmap() local 24 pLine.setColor(0xFF000000); in make_bitmap() 25 pLine.setStyle(SkPaint::kStroke_Style); in make_bitmap() 39 canvas.drawLine(w*2, 0, w*2, h*4, pLine); in make_bitmap() 40 canvas.drawLine( 0, h*2, w*4, h*2, pLine); in make_bitmap() 41 canvas.drawRectCoords(w, h, w*3, h*3, pLine); in make_bitmap()
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_GeneralDecoder.cpp | 153 FX_BYTE *pLine, cVal; in decode_Arith_Template0_opt2() local 163 pLine = GBREG->m_pData; in decode_Arith_Template0_opt2() 174 line1 = (h > 1) ? pLine[-nStride2] << 6 : 0; in decode_Arith_Template0_opt2() 175 line2 = (h > 0) ? pLine[-nStride] : 0; in decode_Arith_Template0_opt2() 181 line1 = (line1 << 8) | (pLine[-nStride2 + (w >> 3) + 1] << 6); in decode_Arith_Template0_opt2() 184 line2 = (line2 << 8) | (pLine[-nStride + (w >> 3) + 1]); in decode_Arith_Template0_opt2() 207 pLine[w >> 3] = cVal; in decode_Arith_Template0_opt2() 210 pLine += nStride; in decode_Arith_Template0_opt2() 220 FX_BYTE *pLine, *pLine1, *pLine2, cVal; in decode_Arith_Template0_opt3() local 230 pLine = GBREG->m_pData; in decode_Arith_Template0_opt3() [all …]
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec.cpp | 96 FX_LPBYTE pLine = v_GetNextLine(); in ReadNextLine() local 97 if (pLine == NULL) { in ReadNextLine() 101 FXSYS_memcpy32(&m_pDataCache->m_Data + m_NextLine * m_Pitch, pLine, m_Pitch); in ReadNextLine() 104 return pLine; in ReadNextLine()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 36 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst); 171 UBiDi *pBiDi, *pLine=NULL; in testBidi() local 178 pLine=ubidi_open(); in testBidi() 179 if(pLine!=NULL) { in testBidi() 180 doTests(pBiDi, pLine, FALSE); in testBidi() 181 doTests(pBiDi, pLine, TRUE); in testBidi() 190 if(pLine!=NULL) { in testBidi() 191 ubidi_close(pLine); in testBidi() 201 doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst) { in doTests() argument 220 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine, &errorCode); in doTests() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser_old.cpp | 268 FX_LPBYTE pLine = pDecoder->GetScanline(row); in _DecodeAllScanlines() local 269 if (pLine == NULL) { in _DecodeAllScanlines() 272 FXSYS_memcpy32(dest_buf + row * pitch, pLine, pitch); in _DecodeAllScanlines()
|
/external/icu/icu4c/source/common/ |
D | unames.cpp | 1297 const uint8_t **pLine, const uint8_t *lineLimit) { in calcNameSetLength() argument 1298 const uint8_t *line=*pLine; in calcNameSetLength() 1335 *pLine=line; in calcNameSetLength()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 23813 + pLine = pH+w; \ 23814 + while (pH < pLine) { \ 23843 + pLine = (int*)(pData + uw); \ 23844 + while (pData < (PIXEL_T*)pLine) { \ 23856 + pLine = (int*)(pData + w); \ 23857 + while (pData < (PIXEL_T*)pLine) { \ 23869 + pLine = (int*)(pData + uw); \ 23870 + while (pData < (PIXEL_T*)pLine) { \ 23893 + int* pLine; 23897 + pLine = pBuf+width; [all …]
|