HomeSort by relevance Sort by last modified time
    Searched full:subfont (Results 1 - 25 of 27) sorted by null

1 2

  /external/harfbuzz_ng/test/api/
test-font.c 149 hb_font_t *subfont; local
167 subfont = hb_font_create_sub_font (font);
168 g_assert (subfont);
174 _test_font_nil_funcs (subfont);
176 hb_font_destroy (subfont);
366 hb_font_t *subfont; local
445 subfont = hb_font_create_sub_font (font);
448 g_assert (hb_font_get_parent (subfont) == font);
449 g_assert (hb_font_get_face (subfont) == face);
453 hb_font_get_scale (subfont, &x_scale, &y_scale)
    [all...]
  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp 93 LEGlyphID subFont = LE_SET_SUB_FONT(0, script);
96 return subFont;
101 return LE_SET_GLYPH(subFont, glyph);
ScriptCompositeFontInstance.h 67 * <code>LE_NO_SUBFONT_WARNING</code> if the subfont which
  /external/icu/icu4c/source/layout/
LEFontInstance.h 73 * as one of the arguments because these can be used to select a particular subfont.
77 * values from the first subfont.
134 * <code>LE_NO_SUBFONT_WARNING</code> if the subfont which
154 * <code>getSubFont()</code>. This is because each subfont in a composite font
155 * will have different tables, and there's no way to know which subfont to access.
176 * <code>getSubFont()</code>. This is because each subfont in a composite font
177 * will have different tables, and there's no way to know which subfont to access.
  /external/chromium_org/third_party/freetype/src/cff/
cf2font.h 80 /* top font or subfont */
cfftypes.h 203 /* A SubFont packs a font dict and a private dict together. They are */
cffload.c     [all...]
cf2ft.c 366 /* get pointer to current FreeType subfont (based on current glyphID) */
390 /* get standard stem widths for the current subfont; */
cffobjs.c 110 cff_make_private_dict( CFF_SubFont subfont,
113 CFF_Private cpriv = &subfont->private_dict;
680 /* concatenate the subfont matrix */
    [all...]
cffgload.c 411 /* this function is used to select the subfont */
432 FT_TRACE4(( "cff_decoder_prepare: invalid CID subfont index\n" ));
437 FT_TRACE3(( "glyph index %d (subfont %d):\n", glyph_index, fd_index ));
    [all...]
  /external/freetype/src/cff/
cf2font.c 242 CFF_SubFont subFont;
251 subFont = cf2_getSubfont( decoder );
252 if ( font->lastSubfont != subFont )
254 font->lastSubfont = subFont;
cf2font.h 80 /* top font or subfont */
cfftypes.h 203 /* A SubFont packs a font dict and a private dict together. They are */
cffload.c     [all...]
cf2ft.c 378 /* get pointer to current FreeType subfont (based on current glyphID) */
410 /* get standard stem widths for the current subfont; */
cffobjs.c 110 cff_make_private_dict( CFF_SubFont subfont,
113 CFF_Private cpriv = &subfont->private_dict;
680 /* concatenate the subfont matrix */
    [all...]
cffgload.c 411 /* this function is used to select the subfont */
432 FT_TRACE4(( "cff_decoder_prepare: invalid CID subfont index\n" ));
437 FT_TRACE3(( " in subfont %d:\n", fd_index ));
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2font.h 80 /* top font or subfont */
cfftypes.h 203 /* A SubFont packs a font dict and a private dict together. They are */
cffload.c     [all...]
cf2ft.c 366 /* get pointer to current FreeType subfont (based on current glyphID) */
390 /* get standard stem widths for the current subfont; */
cffobjs.c 110 cff_make_private_dict( CFF_SubFont subfont,
113 CFF_Private cpriv = &subfont->private_dict;
681 /* concatenate the subfont matrix */
    [all...]
cffgload.c 411 /* this function is used to select the subfont */
432 FT_TRACE4(( "cff_decoder_prepare: invalid CID subfont index\n" ));
437 FT_TRACE3(( "glyph index %d (subfont %d):\n", glyph_index, fd_index ));
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c 408 /* is just a single table info in each subfont header (12 + 16*1 = */
410 /* size of the TTC header plus `28*count' bytes for all subfont */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfobjs.c 410 /* is just a single table info in each subfont header (12 + 16*1 = */
412 /* size of the TTC header plus `28*count' bytes for all subfont */
    [all...]

Completed in 304 milliseconds

1 2