/external/pdfium/core/fpdfapi/render/ |
D | cpdf_charposlist.cpp | 30 TextCharPos& charpos = m_CharPos.back(); in CPDF_CharPosList() local 32 charpos.m_bFontStyle = true; in CPDF_CharPosList() 34 charpos.m_Unicode = !unicode.IsEmpty() ? unicode[0] : CharCode; in CPDF_CharPosList() 35 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert); in CPDF_CharPosList() 36 uint32_t GlyphID = charpos.m_GlyphIndex; in CPDF_CharPosList() 38 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode); in CPDF_CharPosList() 39 GlyphID = charpos.m_ExtGID != static_cast<uint32_t>(-1) in CPDF_CharPosList() 40 ? charpos.m_ExtGID in CPDF_CharPosList() 41 : charpos.m_GlyphIndex; in CPDF_CharPosList() 47 charpos.m_FallbackFontPosition = in CPDF_CharPosList() [all …]
|
D | cpdf_renderstatus.cpp | 1143 for (const TextCharPos& charpos : CharPosList.Get()) { in DrawTextPathWithPattern() local 1144 auto* font = charpos.m_FallbackFontPosition == -1 in DrawTextPathWithPattern() 1146 : pFont->GetFontFallback(charpos.m_FallbackFontPosition); in DrawTextPathWithPattern() 1148 font->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPathWithPattern() 1157 if (charpos.m_bGlyphAdjust) { in DrawTextPathWithPattern() 1158 matrix = CFX_Matrix(charpos.m_AdjustMatrix[0], charpos.m_AdjustMatrix[1], in DrawTextPathWithPattern() 1159 charpos.m_AdjustMatrix[2], charpos.m_AdjustMatrix[3], in DrawTextPathWithPattern() 1162 matrix.Concat(CFX_Matrix(font_size, 0, 0, font_size, charpos.m_Origin.x, in DrawTextPathWithPattern() 1163 charpos.m_Origin.y)); in DrawTextPathWithPattern()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 469 const TextCharPos& charpos, in FindPSFontGlyph() argument 476 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex && in FindPSFontGlyph() 477 ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) || in FindPSFontGlyph() 478 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust && in FindPSFontGlyph() 480 charpos.m_AdjustMatrix[0]) < 0.01 && in FindPSFontGlyph() 482 charpos.m_AdjustMatrix[1]) < 0.01 && in FindPSFontGlyph() 484 charpos.m_AdjustMatrix[2]) < 0.01 && in FindPSFontGlyph() 486 charpos.m_AdjustMatrix[3]) < 0.01)))) { in FindPSFontGlyph() 518 pPSFont->m_Glyphs[glyphindex].m_GlyphIndex = charpos.m_GlyphIndex; in FindPSFontGlyph() 520 pPSFont->m_Glyphs[glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust; in FindPSFontGlyph() [all …]
|
D | fx_win32_print.cpp | 298 const TextCharPos& charpos = pCharPos[i]; in DrawDeviceText() local 299 ASSERT(charpos.m_AdjustMatrix[0] == 0); in DrawDeviceText() 300 ASSERT(charpos.m_AdjustMatrix[1] == 0); in DrawDeviceText() 301 ASSERT(charpos.m_AdjustMatrix[2] == 0); in DrawDeviceText() 302 ASSERT(charpos.m_AdjustMatrix[3] == 0); in DrawDeviceText() 303 ASSERT(charpos.m_Origin.y == 0); in DrawDeviceText() 307 float fOriginX = charpos.m_Origin.x * kScaleFactor; in DrawDeviceText() 312 wsText += charpos.m_GlyphIndex; in DrawDeviceText() 653 const TextCharPos& charpos = pCharPos[i]; in DrawDeviceText() local 654 ASSERT(charpos.m_AdjustMatrix[0] == 0); in DrawDeviceText() [all …]
|
D | cfx_psrenderer.h | 107 const TextCharPos& charpos,
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 118 std::vector<TextCharPos> charpos(length); in ShowChars() local 158 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars() 165 device->DrawNormalText(length, &charpos[1], m_pFont.Get(), in ShowChars() 171 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars() 179 device->DrawNormalText(length, &charpos[6], m_pFont.Get(), in ShowChars() 188 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars() 195 device->DrawNormalText(length, charpos.data(), m_pFont.Get(), in ShowChars() 201 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize, in ShowChars() 210 device->DrawNormalText(length, &charpos[11], m_pFont.Get(), in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 141 std::vector<TextCharPos> charpos(length); in ShowChars() local 172 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 180 device->DrawNormalText(length, &charpos[1], m_pFont.Get(), in ShowChars() 186 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 195 device->DrawNormalText(length, &charpos[7], m_pFont.Get(), in ShowChars() 204 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars() 211 device->DrawNormalText(length, charpos.data(), m_pFont.Get(), in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 140 std::vector<TextCharPos> charpos(iLength); in ShowChars() local 164 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), (float)strWidth, in ShowChars() 171 device->DrawNormalText(iLen, charpos.data(), m_pFont.Get(), in ShowChars() 177 CalcTextInfo(tempStr, &charpos[4], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars() 186 device->DrawNormalText(iLen, &charpos[4], m_pFont.Get(), in ShowChars()
|
D | BC_OneDimWriter.cpp | 189 std::vector<TextCharPos> charpos(str.GetLength()); in ShowChars() local 201 CalcTextInfo(str, charpos.data(), m_pFont.Get(), geWidth, iFontSize, in ShowChars() 231 ShowDeviceChars(device, matrix, str, geWidth, charpos.data(), (float)locX, in ShowChars()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 921 const TextCharPos& charpos = pCharPos[i]; in DrawNormalText() local 923 glyph.m_fOrigin = text2Device.Transform(charpos.m_Origin); in DrawNormalText() 930 if (charpos.m_bGlyphAdjust) { in DrawNormalText() 932 charpos.m_AdjustMatrix[0], charpos.m_AdjustMatrix[1], in DrawNormalText() 933 charpos.m_AdjustMatrix[2], charpos.m_AdjustMatrix[3], 0, 0); in DrawNormalText() 936 charpos.m_GlyphIndex, charpos.m_bFontStyle, new_matrix, in DrawNormalText() 937 charpos.m_FontCharWidth, anti_alias, &nativetext_flags); in DrawNormalText() 940 charpos.m_GlyphIndex, charpos.m_bFontStyle, deviceCtm, in DrawNormalText() 941 charpos.m_FontCharWidth, anti_alias, &nativetext_flags); in DrawNormalText() 1055 const TextCharPos& charpos = pCharPos[iChar]; in DrawTextPath() local [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 307 } charpos; member 11429 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.enabled = TRUE; in compile_iterator_matchingpath() 11430 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.chr = charpos_char; in compile_iterator_matchingpath() 11431 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.othercasebit = charpos_othercasebit; in compile_iterator_matchingpath() 12218 if (CURRENT_AS(char_iterator_backtrack)->u.charpos.enabled) in compile_iterator_backtrackingpath() 12228 if (CURRENT_AS(char_iterator_backtrack)->u.charpos.othercasebit != 0) in compile_iterator_backtrackingpath() 12229 …OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, CURRENT_AS(char_iterator_backtrack)->u.charpos.othercas… in compile_iterator_backtrackingpath() 12230 …CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CURRENT_AS(char_iterator_backtrack)->u.charpos.chr, CURRENT… in compile_iterator_backtrackingpath()
|
/external/antlr/tool/ |
D | CHANGES.txt | 324 * Refs to other tokens in a lexer rule didn't get its line/charpos right. 1765 Added ProxyTree for passing across socket. Has line/charpos and tokenIndex
|