HomeSort by relevance Sort by last modified time
    Searched refs:pLine (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/fpdfdoc/
clines.cpp 38 CLine* pLine = new CLine;
39 pLine->m_LineInfo = lineinfo;
40 m_Lines.Add(pLine);
41 } else if (CLine* pLine = GetAt(m_nTotal)) {
42 pLine->m_LineInfo = lineinfo;
csection.cpp 38 if (CLine* pLine = m_LineArray.GetAt(i)) {
39 pLine->LinePlace = CPVT_WordPlace(SecPlace.nSecIndex, i, -1);
73 if (CLine* pLine = m_LineArray.GetAt(0)) {
74 return pLine->GetBeginWordPlace();
80 if (CLine* pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) {
81 return pLine->GetEndWordPlace();
93 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) {
94 if (place.nWordIndex == pLine->m_LineInfo.nBeginWordIndex) {
97 if (place.nWordIndex < pLine->m_LineInfo.nBeginWordIndex) {
102 return pLine->GetPrevWordPlace(place)
    [all...]
ctypeset.cpp 193 if (CLine* pLine = m_pSection->m_LineArray.GetAt(0)) {
200 pLine->m_LineInfo.fLineX = fNodeWidth * VARIABLETEXT_HALF;
204 pLine->m_LineInfo.fLineX =
209 pLine->m_LineInfo.fLineX =
232 pLine->m_LineInfo.fLineX = x;
247 pLine->m_LineInfo.nBeginWordIndex = 0;
248 pLine->m_LineInfo.nEndWordIndex = m_pSection->m_WordArray.GetSize() - 1;
249 pLine->m_LineInfo.fLineY = y;
250 pLine->m_LineInfo.fLineWidth = x - pLine->m_LineInfo.fLineX
    [all...]
cpdf_variabletext.cpp 207 if (CLine* pLine = pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) {
209 pLine->m_LineInfo.fLineX + pSection->m_SecInfo.rcSection.left,
210 pLine->m_LineInfo.fLineY + pSection->m_SecInfo.rcSection.top));
211 line.fLineWidth = pLine->m_LineInfo.fLineWidth;
212 line.fLineAscent = pLine->m_LineInfo.fLineAscent;
213 line.fLineDescent = pLine->m_LineInfo.fLineDescent;
214 line.lineEnd = pLine->GetEndWordPlace();
643 if (CLine* pLine = pSection->m_LineArray.GetAt(place.nLineIndex))
644 return pLine->GetEndWordPlace();
743 if (CLine* pLine = pSection->m_LineArray.GetAt(place.nLineIndex))
    [all...]
  /external/skia/gn/
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/libvncserver/common/
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;
719 pLine = pBuf+width
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 73 uint8_t* pLine = GBREG->m_pData;
86 uint8_t* pLine1 = pLine - nStride2;
87 uint8_t* pLine2 = pLine - nStride;
101 pLine[cc] = cVal;
113 pLine[nLineBytes] = cVal1;
115 uint8_t* pLine2 = pLine - nStride;
129 pLine[cc] = cVal;
139 pLine[nLineBytes] = cVal1;
142 pLine += nStride;
199 uint8_t* pLine = GBREG->m_pData
    [all...]
JBig2_GrrdProc.cpp 163 uint8_t* pLine = GRREG->m_pData;
175 uint32_t line1 = (h > 0) ? pLine[-nStride] << 4 : 0;
190 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 4 : 0);
224 pLine[w >> 3] = cVal;
233 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 4 : 0);
271 pLine[w >> 3] = cVal;
274 pLine += nStride;
397 uint8_t* pLine = GRREG->m_pData;
410 uint32_t line1 = (h > 0) ? pLine[-nStride] << 1 : 0;
425 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 1 : 0)
    [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 577 CFDE_TTOLine* pLine = &m_ttoLines[m_iCurLine];
578 pLine->SetNewReload(bNeedReload);
579 m_iCurPiece = pLine->AddPiece(m_iCurPiece, ttoPiece);
581 int32_t iPieces = pLine->GetSize();
583 pLine->RemoveLast(iPieces - m_iCurPiece - 1);
644 void CFDE_TextOut::ReloadLinePiece(CFDE_TTOLine* pLine, const CFX_RectF& rect) {
648 FDE_TTOPIECE* pPiece = pLine->GetPtrAt(0);
651 int32_t iPieceCount = pLine->GetSize();
667 pPiece = pLine->GetPtrAt(iPieceIndex);
fde_textout.h 138 void ReloadLinePiece(CFDE_TTOLine* pLine, const CFX_RectF& rect);
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 52 const uint8_t* pLine = pDecoder->GetScanline(row);
53 if (!pLine)
56 FXSYS_memcpy(dest_buf + row * pitch, pLine, pitch);
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 38 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst);
173 UBiDi *pBiDi, *pLine=NULL;
180 pLine=ubidi_open();
181 if(pLine!=NULL) {
182 doTests(pBiDi, pLine, FALSE);
183 doTests(pBiDi, pLine, TRUE);
192 if(pLine!=NULL) {
193 ubidi_close(pLine);
203 doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst) {
222 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine, &errorCode)
    [all...]
  /external/icu/icu4c/source/common/
unames.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]

Completed in 6990 milliseconds