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

  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp 99 LEGlyphID subFont = LE_SET_SUB_FONT(0, script);
102 return subFont;
107 return LE_SET_GLYPH(subFont, glyph);
  /external/freetype/src/cff/
cf2font.c 257 CFF_SubFont subFont;
269 subFont = cf2_getSubfont( decoder );
270 if ( font->lastSubfont != subFont )
272 font->lastSubfont = subFont;
283 /* check whether Private DICT in this subfont needs to be reparsed */
290 if ( cff_blend_check_vector( &subFont->blend,
291 subFont->private_dict.vsindex,
297 subFont,
304 /* copy from subfont */
305 font->blend.font = subFont->blend.font
    [all...]
cffload.c     [all...]
cffload.h 78 CFF_SubFont subfont,
99 cff_blend_clear( CFF_SubFont subFont );
102 cff_blend_doBlend( CFF_SubFont subfont,
cffparse.c 860 if ( !priv || !priv->subfont )
866 blend = &priv->subfont->blend;
891 CFF_SubFont subFont;
899 if ( !priv || !priv->subfont )
905 subFont = priv->subfont;
906 blend = &subFont->blend;
910 subFont->lenNDV,
911 subFont->NDV ) )
915 subFont->lenNDV
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2font.c 253 CFF_SubFont subFont;
262 subFont = cf2_getSubfont( decoder );
263 if ( font->lastSubfont != subFont )
265 font->lastSubfont = subFont;
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 806 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status);
813 subFontRuns->add(subFont, offset);
    [all...]

Completed in 315 milliseconds