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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 544 FXTEXT_CHARPOS& charpos = m_pCharPos[m_nChars++]; local
546 charpos.m_bFontStyle = pCIDFont->IsFontStyleFromCharCode(CharCode);
548 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert);
550 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode);
553 charpos.m_FontCharWidth = pFont->GetCharWidthF(CharCode);
555 charpos.m_FontCharWidth = 0;
557 charpos.m_OriginX = iChar ? pCharPos[iChar - 1] : 0;
558 charpos.m_OriginY = 0;
559 charpos.m_bGlyphAdjust = FALSE;
565 charpos.m_OriginY = charpos.m_OriginX
762 FXTEXT_CHARPOS& charpos = CharPosList.m_pCharPos[i]; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 539 const FXTEXT_CHARPOS& charpos,
546 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex) {
547 if ((!pPSFont->m_Glyphs[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) ||
548 (pPSFont->m_Glyphs[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust &&
550 charpos.m_AdjustMatrix[0]) < 0.01 &&
552 charpos.m_AdjustMatrix[1]) < 0.01 &&
554 charpos.m_AdjustMatrix[2]) < 0.01 &&
556 charpos.m_AdjustMatrix[3]) < 0.01))) {
585 pPSFont->m_Glyphs[ps_glyphindex].m_GlyphIndex = charpos.m_GlyphIndex;
587 pPSFont->m_Glyphs[ps_glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust
    [all...]
fx_ge_text.cpp 282 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; local
283 glyph.m_fOriginX = charpos.m_OriginX;
284 glyph.m_fOriginY = charpos.m_OriginY;
292 if (charpos.m_bGlyphAdjust) {
294 charpos.m_AdjustMatrix[0], charpos.m_AdjustMatrix[1],
295 charpos.m_AdjustMatrix[2], charpos.m_AdjustMatrix[3], 0, 0);
298 pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &new_matrix
1127 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/pdfium/core/include/fxge/
fx_ge.h 723 const FXTEXT_CHARPOS& charpos,
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 183 milliseconds