Home
last modified time | relevance | path

Searched refs:pLine (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcsection.cpp25 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 …]
Dctypeset.cpp195 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 …]
Dcpdf_variabletext.cpp170 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/
Dgn_meta_sln.py29 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/
Dgn_meta_sln.py27 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/
DJBig2_GrrdProc.cpp157 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 …]
DJBig2_GrdProc.cpp97 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 …]
DJBig2_Image.cpp104 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/
Dcfde_textout.cpp428 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()
Dcfde_textout.h90 void ReloadLinePiece(CFDE_TTOLine* pLine, const CFX_RectF& rect);
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c38 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/
Dunames.cpp1299 const uint8_t **pLine, const uint8_t *lineLimit) { in calcNameSetLength() argument
1300 const uint8_t *line=*pLine; in calcNameSetLength()
1337 *pLine=line; in calcNameSetLength()