/external/pdfium/core/fpdfdoc/ |
D | csection.cpp | 25 for (auto& pLine : m_LineArray) { in ResetLinePlace() local 26 pLine->LinePlace = CPVT_WordPlace(SecPlace.nSecIndex, i, -1); in ResetLinePlace() 74 CLine* pLine = m_LineArray[place.nLineIndex].get(); in GetPrevWordPlace() local 75 if (place.nWordIndex == pLine->m_LineInfo.nBeginWordIndex) in GetPrevWordPlace() 78 if (place.nWordIndex >= pLine->m_LineInfo.nBeginWordIndex) in GetPrevWordPlace() 79 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace() 94 CLine* pLine = m_LineArray[place.nLineIndex].get(); in GetNextWordPlace() local 95 if (place.nWordIndex < pLine->m_LineInfo.nEndWordIndex) in GetNextWordPlace() 96 return pLine->GetNextWordPlace(place); in GetNextWordPlace() 109 CLine* pLine = m_LineArray[nMid].get(); in UpdateWordPlace() local [all …]
|
D | ctypeset.cpp | 195 CLine* pLine = m_pSection->m_LineArray.front().get(); in CharArray() local 198 pLine->m_LineInfo.fLineX = fNodeWidth * VARIABLETEXT_HALF; in CharArray() 204 pLine->m_LineInfo.fLineX = in CharArray() 210 pLine->m_LineInfo.fLineX = in CharArray() 236 pLine->m_LineInfo.fLineX = x; in CharArray() 250 pLine->m_LineInfo.nBeginWordIndex = 0; in CharArray() 251 pLine->m_LineInfo.nEndWordIndex = in CharArray() 253 pLine->m_LineInfo.fLineY = y; in CharArray() 254 pLine->m_LineInfo.fLineWidth = x - pLine->m_LineInfo.fLineX; in CharArray() 255 pLine->m_LineInfo.fLineAscent = fLineAscent; in CharArray() [all …]
|
D | cpdf_variabletext.cpp | 170 CLine* pLine = pSection->m_LineArray[m_CurPos.nLineIndex].get(); in GetLine() local 172 CFX_PointF(pLine->m_LineInfo.fLineX + pSection->m_Rect.left, in GetLine() 173 pLine->m_LineInfo.fLineY + pSection->m_Rect.top)); in GetLine() 174 line.fLineWidth = pLine->m_LineInfo.fLineWidth; in GetLine() 175 line.fLineAscent = pLine->m_LineInfo.fLineAscent; in GetLine() 176 line.fLineDescent = pLine->m_LineInfo.fLineDescent; in GetLine() 177 line.lineEnd = pLine->GetEndWordPlace(); in GetLine()
|
/external/skia/gn/ |
D | gn_meta_sln.py | 29 for pLine in lines: 30 if "<ItemDefinitionGroup" in pLine: 31 while not "</ItemDefinitionGroup" in pLine: 32 result.append(pLine) 33 pLine = lines.next() 34 result.append(pLine)
|
/external/skqp/gn/ |
D | gn_meta_sln.py | 27 for pLine in lines: 28 if "<ItemDefinitionGroup" in pLine: 29 while not "</ItemDefinitionGroup" in pLine: 30 result.append(pLine) 31 pLine = lines.next() 32 result.append(pLine)
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrrdProc.cpp | 157 uint8_t* pLine = GRREG->data(); in DecodeTemplate0Opt() local 173 uint32_t line1 = (h > 0) ? pLine[-nStride] << 4 : 0; in DecodeTemplate0Opt() 188 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 4 : 0); in DecodeTemplate0Opt() 222 pLine[w >> 3] = cVal; in DecodeTemplate0Opt() 231 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 4 : 0); in DecodeTemplate0Opt() 272 pLine[w >> 3] = cVal; in DecodeTemplate0Opt() 275 pLine += nStride; in DecodeTemplate0Opt() 404 uint8_t* pLine = GRREG->data(); in DecodeTemplate1Opt() local 421 uint32_t line1 = (h > 0) ? pLine[-nStride] << 1 : 0; in DecodeTemplate1Opt() 436 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 1 : 0); in DecodeTemplate1Opt() [all …]
|
D | JBig2_GrdProc.cpp | 97 uint8_t* pLine = GBREG->data(); in DecodeArithOpt3() local 115 uint8_t* pLine1 = pLine - nStride2; in DecodeArithOpt3() 116 uint8_t* pLine2 = pLine - nStride; in DecodeArithOpt3() 136 pLine[cc] = cVal; in DecodeArithOpt3() 152 pLine[nLineBytes] = cVal1; in DecodeArithOpt3() 154 uint8_t* pLine2 = pLine - nStride; in DecodeArithOpt3() 172 pLine[cc] = cVal; in DecodeArithOpt3() 186 pLine[nLineBytes] = cVal1; in DecodeArithOpt3() 189 pLine += nStride; in DecodeArithOpt3() 264 uint8_t* pLine = GBREG->data(); in DecodeArithTemplate3Opt3() local [all …]
|
D | JBig2_Image.cpp | 104 const uint8_t* pLine = GetLine(y); in GetPixel() local 105 if (!pLine) in GetPixel() 110 return ((pLine[m] >> (7 - n)) & 1); in GetPixel() 120 uint8_t* pLine = GetLine(y); in SetPixel() local 121 if (!pLine) in SetPixel() 127 pLine[m] |= n; in SetPixel() 129 pLine[m] &= ~n; in SetPixel()
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 428 CFDE_TTOLine* pLine = &m_ttoLines[m_iCurLine]; in AppendPiece() local 429 pLine->SetNewReload(bNeedReload); in AppendPiece() 431 m_iCurPiece = pLine->AddPiece(m_iCurPiece, ttoPiece); in AppendPiece() 433 int32_t iPieces = pLine->GetSize(); in AppendPiece() 435 pLine->RemoveLast(iPieces - m_iCurPiece - 1); in AppendPiece() 454 void CFDE_TextOut::ReloadLinePiece(CFDE_TTOLine* pLine, const CFX_RectF& rect) { in ReloadLinePiece() argument 456 FDE_TTOPIECE* pPiece = pLine->GetPtrAt(0); in ReloadLinePiece() 458 int32_t iPieceCount = pLine->GetSize(); in ReloadLinePiece() 474 pPiece = pLine->GetPtrAt(iPieceIndex); in ReloadLinePiece()
|
D | cfde_textout.h | 90 void ReloadLinePiece(CFDE_TTOLine* pLine, const CFX_RectF& rect);
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 38 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst); 175 UBiDi *pBiDi, *pLine=NULL; in testBidi() local 182 pLine=ubidi_open(); in testBidi() 183 if(pLine!=NULL) { in testBidi() 184 doTests(pBiDi, pLine, FALSE); in testBidi() 185 doTests(pBiDi, pLine, TRUE); in testBidi() 194 if(pLine!=NULL) { in testBidi() 195 ubidi_close(pLine); in testBidi() 205 doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst) { in doTests() argument 224 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine, &errorCode); in doTests() [all …]
|
/external/icu/icu4c/source/common/ |
D | unames.cpp | 1299 const uint8_t **pLine, const uint8_t *lineLimit) { in calcNameSetLength() argument 1300 const uint8_t *line=*pLine; in calcNameSetLength() 1337 *pLine=line; in calcNameSetLength()
|