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

  /external/icu4c/test/letest/
cfonts.h 13 le_font *le_portableFontOpen(const char *fileName,
17 le_font *le_simpleFontOpen(float pointSize,
20 void le_fontClose(le_font *font);
22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
26 void le_deleteNameString(le_font *font, const char *name);
28 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
30 le_uint32 le_getFontChecksum(le_font *font);
cfonts.cpp 14 le_font *le_portableFontOpen(const char *fileName,
18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
21 le_font *le_simpleFontOpen(float pointSize,
24 return (le_font *) new SimpleFontInstance(pointSize, *status);
27 void le_fontClose(le_font *font)
34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
48 void le_deleteNameString(le_font *font, const char *name)
55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name)
62 le_uint32 le_getFontChecksum(le_font *font
    [all...]
cletest.c 40 le_font *font = le_simpleFontOpen(12, &status);
189 le_font *font = le_simpleFontOpen(12, &status);
212 le_font *font = le_simpleFontOpen(12, &status);
335 static void checkFontVersion(le_font *font, const char *testVersionString,
394 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
397 le_font *font;
450 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID);
515 le_font *font;
  /external/icu4c/samples/layout/
gnomeglue.cpp 64 le_font *le_scriptCompositeFontOpen(fm_fontMap *fontMap)
66 return (le_font *) new ScriptCompositeFontInstance((FontMap *) fontMap);
69 void le_fontClose(le_font *font)
gdiglue.h 33 le_font *le_scriptCompositeFontOpen(fm_fontMap *fontMap);
34 void le_fontClose(le_font *font);
gnomeglue.h 34 le_font *le_scriptCompositeFontOpen(fm_fontMap *fontMap);
35 void le_fontClose(le_font *font);
rsurface.h 16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count,
rsurface.cpp 16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count,
gdiglue.cpp 68 le_font *le_scriptCompositeFontOpen(fm_fontMap *fontMap)
70 return (le_font *) new ScriptCompositeFontInstance((FontMap *) fontMap);
73 void le_fontClose(le_font *font)
pflow.h 31 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport);
pflow.c 97 const le_font *runFont = pl_getFontRunFont(fontRuns, run);
340 const le_font *font = pl_getVisualRunFont(visualRun);
352 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport)
cgnomelayout.c 33 static le_font *font;
clayout.c 126 static le_font *font = NULL;
  /external/icu4c/layout/
loengine.h 34 typedef void le_font; typedef
52 le_create(const le_font *font,
loengine.cpp 19 le_create(const le_font *font,
  /external/icu4c/layoutex/layout/
plruns.h 42 * @param fonts is the address of an array of pointers to <code>le_font</code> objects. This
43 * array, and the <code>le_font</code> objects to which it points must remain
54 pl_openFontRuns(const le_font **fonts,
133 * Get the <code>le_font</code> object assoicated with the given run
140 * @return the <code>le_font</code> associated with the given text run.
144 U_INTERNAL const le_font * U_EXPORT2
157 * @param font is the address of the <code>le_font</code> to add. This object must
169 const le_font *font,
398 * Get the <code>le_font</code> object assoicated with the given run
405 * @return the <code>le_font</code> associated with the given text run
    [all...]
playout.h 335 * Get the <code>le_font</code> object which
341 * @return the <code>le_font</code> object which represents the
344 * @see le_font
348 U_INTERNAL const le_font * U_EXPORT2
  /external/icu4c/layoutex/
plruns.cpp 19 pl_openFontRuns(const le_font **fonts,
87 U_CAPI const le_font * U_EXPORT2
97 return (const le_font *) fr->getFont(run);
102 const le_font *font,
playout.cpp 222 U_CAPI const le_font * U_EXPORT2
231 return (const le_font *) vr->getFont();

Completed in 88 milliseconds