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

  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 72 uint32_t glyphIndex;
73 int currentChar = FXFT_Get_First_Char(pFont->GetFace(), &glyphIndex);
78 int width = pFont->GetGlyphWidth(glyphIndex);
80 nextChar = FXFT_Get_Next_Char(pFont->GetFace(), currentChar, &glyphIndex);
81 if (glyphIndex == 0)
  /frameworks/av/cmds/screenrecord/
TextRenderer.h 114 size_t glyphIndex(char ch) const;
TextRenderer.cpp 160 size_t TextRenderer::glyphIndex(char ch) const {
173 size_t chi = glyphIndex(str[i]);
200 size_t chi = glyphIndex(str[i]);
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
SkFontHost_FreeType.cpp 521 FT_UInt glyphIndex;
522 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex);
523 while (glyphIndex) {
524 SkASSERT(glyphIndex < SkToUInt(numGlyphs));
526 if (0 == (*glyphToUnicode)[glyphIndex]) {
527 (*glyphToUnicode)[glyphIndex] = charCode;
529 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex);
    [all...]
  /external/skia/gm/
texteffects.cpp 338 int glyphIndex = 0;
350 advance += widths[glyphIndex++];
360 memcpy(buf.glyphs, glyphs.get() + glyphIndex,
364 advance += widths[glyphIndex++];
370 const int fullRunLen = glyphCount - glyphIndex;
372 memcpy(buf.glyphs, glyphs.get() + glyphIndex,
377 advance += widths[glyphIndex++];
  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 110 glyphIndex := 42
115 mr := theBoundsFor(glyphIndex)
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 110 glyphIndex := 42
115 mr := theBoundsFor(glyphIndex)
  /external/skia/src/sfnt/
SkOTTable_glyf.h 154 SK_OT_USHORT glyphIndex;
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 432 indexingOffsets = [glyphIndex * offsetDataSize for glyphIndex in range(numGlyphs+2)]
549 indexingOffsets = [glyphIndex * codeOffsetPairSize for glyphIndex in range(numGlyphs+2)]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 1618 milliseconds