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

  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 23 const std::vector<FX_FLOAT>& charPos,
37 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++]; local
39 charpos.m_bFontStyle = true;
41 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert);
42 if (charpos.m_GlyphIndex != static_cast<uint32_t>(-1)) {
43 charpos.m_FallbackFontPosition = -1;
45 charpos.m_FallbackFontPosition =
47 charpos.m_GlyphIndex = pFont->FallbackGlyphFromCharcode(
48 charpos.m_FallbackFontPosition, CharCode);
53 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode)
    [all...]
cpdf_renderstatus.cpp 1995 FXTEXT_CHARPOS& charpos = CharPosList.m_pCharPos[i]; local
    [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 527 const FXTEXT_CHARPOS& charpos,
534 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex &&
535 ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) ||
536 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust &&
538 charpos.m_AdjustMatrix[0]) < 0.01 &&
540 charpos.m_AdjustMatrix[1]) < 0.01 &&
542 charpos.m_AdjustMatrix[2]) < 0.01 &&
544 charpos.m_AdjustMatrix[3]) < 0.01)))) {
574 pPSFont->m_Glyphs[glyphindex].m_GlyphIndex = charpos.m_GlyphIndex;
576 pPSFont->m_Glyphs[glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust
    [all...]
fx_win32_print.cpp 294 const FXTEXT_CHARPOS& charpos = pCharPos[i]; local
295 ASSERT(charpos.m_AdjustMatrix[0] == 0);
296 ASSERT(charpos.m_AdjustMatrix[1] == 0);
297 ASSERT(charpos.m_AdjustMatrix[2] == 0);
298 ASSERT(charpos.m_AdjustMatrix[3] == 0);
299 ASSERT(charpos.m_Origin.y == 0);
303 FX_FLOAT fOriginX = charpos.m_Origin.x * kScaleFactor;
308 wsText += charpos.m_GlyphIndex;
cfx_psrenderer.h 83 const FXTEXT_CHARPOS& charpos,
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 928 const FXTEXT_CHARPOS& charpos = pCharPos[i]; local
1079 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc 81 Token(Classification classification, int lineno, int charpos)
83 opcode_(0), lineno_(lineno), charpos_(charpos)
91 int lineno, int charpos)
93 opcode_(0), lineno_(lineno), charpos_(charpos)
100 Token(int opcode, int lineno, int charpos)
102 opcode_(opcode), lineno_(lineno), charpos_(charpos)
127 charpos() const function in class:gold::Token
789 int charpos = p - this->linestart_ + 1; local
793 return Token(Token::TOKEN_INVALID, lineno, charpos);
1373 charpos() const function in class:gold::Parser_closure
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 304 } charpos; member in union:char_iterator_backtrack::__anon29037
    [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 277 milliseconds