HomeSort by relevance Sort by last modified time
    Searched refs:glyph_index (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c     [all...]
ttobjs.c 443 FT_ULong glyph_index = 0; local
455 glyph_index = i;
462 if ( glyph_index == 0 )
471 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 717 FT_UInt glyph_index )
725 fd = fdselect->data[glyph_index];
730 if ( (FT_UInt)( glyph_index - fdselect->cache_first ) <
748 if ( glyph_index < first )
754 if ( glyph_index < limit )
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 241 int glyph_index = pEncoding->GlyphFromCharCode(start + i); local
242 widths[i] = pFont->GetGlyphWidth(glyph_index);
891 int glyph_index = pEncoding->GlyphFromCharCode(charcode); local
899 int glyph_index = pEncoding->GlyphFromCharCode(charcode); local
908 int glyph_index = pEncoding->GlyphFromCharCode(pUnicodes[j]); local
    [all...]
  /external/freetype/src/autofit/
aftypes.h 225 (*AF_WritingSystem_ApplyHintsFunc)( FT_UInt glyph_index,
  /external/freetype/src/truetype/
ttgxvar.h 335 FT_UInt glyph_index,
ttobjs.c 444 FT_ULong glyph_index = 0; local
456 glyph_index = i;
463 if ( glyph_index == 0 )
472 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
ttgxvar.c     [all...]
  /external/harfbuzz_ng/src/
hb-buffer.cc 377 hb_buffer_t::output_glyph (hb_codepoint_t glyph_index)
382 out_info[out_len].codepoint = glyph_index;
450 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index)
456 out_info[out_len].codepoint = glyph_index;
    [all...]
hb-ot-shape.cc 537 /* Normalization process sets up glyph_index(), we just copy it. */
541 info[i].codepoint = info[i].glyph_index();
581 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_index);
593 HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_index);
hb-ot-layout-gpos-table.hh 417 unsigned int mark_index, unsigned int glyph_index,
428 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftdriver.h 66 FT_UInt glyph_index,
psaux.h 636 FT_UInt glyph_index );
    [all...]
ftobjs.h     [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/pdfium/third_party/freetype/include/freetype/
freetype.h     [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1driver.c 58 FT_UInt glyph_index,
62 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max );
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h     [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 436 int glyph_index = GlyphFromCharCode(charcode, &bVert); local
440 int err = FXFT_Load_Glyph(face, glyph_index,
466 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE);
  /external/freetype/src/cff/
cffload.c 750 FT_UInt glyph_index )
763 fd = fdselect->data[glyph_index];
768 if ( (FT_UInt)( glyph_index - fdselect->cache_first ) <
786 if ( glyph_index < first )
792 if ( glyph_index < limit )
    [all...]
  /external/freetype/src/base/
ftobjs.c 615 FT_UInt glyph_index,
630 /* The validity test for `glyph_index' is performed by the */
727 glyph_index,
748 glyph_index, load_flags );
757 glyph_index,
874 FT_UInt glyph_index; local
880 glyph_index = (FT_UInt)char_code;
882 glyph_index = FT_Get_Char_Index( face, char_code );
884 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 594 FT_UInt glyph_index,
609 /* The validity test for `glyph_index' is performed by the */
703 glyph_index,
724 glyph_index, load_flags );
733 glyph_index,
850 FT_UInt glyph_index; local
856 glyph_index = (FT_UInt)char_code;
858 glyph_index = FT_Get_Char_Index( face, char_code );
860 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 637 FT_UInt glyph_index );
    [all...]
ftobjs.h     [all...]

Completed in 3986 milliseconds

1 2 34