OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_glyphs
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp
91
PSGlyph
m_Glyphs
[256];
541
if (pPSFont->
m_Glyphs
[j].m_pFont == pFont &&
542
pPSFont->
m_Glyphs
[j].m_GlyphIndex == charpos.m_GlyphIndex &&
543
((!pPSFont->
m_Glyphs
[j].m_bGlyphAdjust && !charpos.m_bGlyphAdjust) ||
544
(pPSFont->
m_Glyphs
[j].m_bGlyphAdjust && charpos.m_bGlyphAdjust &&
545
(fabs(pPSFont->
m_Glyphs
[j].m_AdjustMatrix[0] -
547
fabs(pPSFont->
m_Glyphs
[j].m_AdjustMatrix[1] -
549
fabs(pPSFont->
m_Glyphs
[j].m_AdjustMatrix[2] -
551
fabs(pPSFont->
m_Glyphs
[j].m_AdjustMatrix[3] -
584
pPSFont->
m_Glyphs
[glyphindex].m_GlyphIndex = charpos.m_GlyphIndex
[
all
...]
/external/pdfium/core/fxge/skia/
fx_skia_device.cpp
850
m_glyphs
.setCount(0);
861
m_glyphs
.setCount(nChars + count);
873
m_glyphs
[index + count] = static_cast<uint16_t>(cp.m_GlyphIndex);
876
m_glyphs
[index + count] = static_cast<uint16_t>(cp.m_ExtGID);
928
text.setCount(
m_glyphs
.count());
929
skPaint.glyphsToUnichars(
m_glyphs
.begin(),
m_glyphs
.count(), text.begin());
930
for (size_t i = 0; i <
m_glyphs
.count(); ++i)
931
printf("%lc",
m_glyphs
[i]);
935
skCanvas->drawTextRSXform(
m_glyphs
.begin(), m_glyphs.count() * 2
1396
SkTDArray<uint16_t>
m_glyphs
; \/\/ accumulator for text glyphs
member in class:SkiaState
[
all
...]
Completed in 162 milliseconds