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

1 2

  /external/harfbuzz_ng/test/api/
test-font.c 150 hb_font_t *subfont; local
168 subfont = hb_font_create_sub_font (font);
169 g_assert (subfont);
175 _test_font_nil_funcs (subfont);
177 hb_font_destroy (subfont);
376 hb_font_t *subfont; local
390 subfont = hb_font_create_sub_font (font);
391 g_assert (hb_font_get_parent (subfont) == font);
392 hb_font_set_parent(subfont, NULL);
393 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty())
    [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/skia/tools/
test_font_index.cpp 63 struct SubFont {
70 const SubFont gSubFonts[] = {
sk_tool_utils_font.cpp 34 const SubFont* sub;
create_test_font.cpp 401 "struct SubFont {\n"
407 "const SubFont gSubFonts[] = {\n");
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
TODO 21 a font_matrix entry we have to directly apply it to all subfont
  /external/freetype/src/cff/
cf2font.c 253 CFF_SubFont subFont;
262 subFont = cf2_getSubfont( decoder );
263 if ( font->lastSubfont != subFont )
265 font->lastSubfont = subFont;
cf2font.h 85 /* 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 406 /* get pointer to current FreeType subfont (based on current glyphID) */
438 /* 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...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2font.c 253 CFF_SubFont subFont;
262 subFont = cf2_getSubfont( decoder );
263 if ( font->lastSubfont != subFont )
265 font->lastSubfont = subFont;
cf2font.h 85 /* 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 406 /* get pointer to current FreeType subfont (based on current glyphID) */
438 /* get standard stem widths for the current subfont; */
  /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;
cf2font.h 85 /* 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 406 /* get pointer to current FreeType subfont (based on current glyphID) */
438 /* get standard stem widths for the current subfont; */
  /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.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/
ftfuzzer.cc 191 // some faces don't work for various reasons, e.g., a broken subfont, or

Completed in 1674 milliseconds

1 2