HomeSort by relevance Sort by last modified time
    Searched defs:fond (Results 1 - 5 of 5) sorted by null

  /external/fonttools/Lib/fontTools/misc/
homeResFile.py 95 fond = Res.GetNamedResource("FOND", "Helvetica") variable
96 print(HomeResFile(fond))
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftmac.c 5 /* Mac FOND support. Written by just@letterror.com. */
36 The Mac FOND support works roughly like this:
41 which isn't usable for us, since the FOND resources live in the
44 - Read the FOND resource into memory, then check whether there is a
51 has been done, the kerning data from the FOND resource should be
355 /* The count is 1 greater than the value in the FOND. */
384 /* Look inside the FOND data, answer whether there should be an SFNT
388 to load a face OTHER than the first one in the FOND!
401 FamRec* fond; local
408 fond = (FamRec*)fond_data
812 Handle fond; local
    [all...]
  /external/opencv3/samples/cpp/
detect_mser.cpp 337 int fond = 0; local
338 img = Scalar(fond);
339 val[fond] = 1;
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 5 /* Mac FOND support. Written by just@letterror.com. */
36 The Mac FOND support works roughly like this:
41 which isn't usable for us, since the FOND resources live in the
44 - Read the FOND resource into memory, then check whether there is a
51 has been done, the kerning data from the FOND resource should be
355 /* The count is 1 greater than the value in the FOND. */
384 /* Look inside the FOND data, answer whether there should be an SFNT
388 to load a face OTHER than the first one in the FOND!
401 FamRec* fond; local
408 fond = (FamRec*)fond_data
812 Handle fond; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
ftmac.c 5 /* Mac FOND support. Written by just@letterror.com. */
33 The Mac FOND support works roughly like this:
38 which isn't usable for us, since the FOND resources live in the
41 - Read the FOND resource into memory, then check whether there is a
48 has been done, the kerning data from the FOND resource should be
690 /* The count is 1 greater than the value in the FOND. */
719 /* Look inside the FOND data, answer whether there should be an SFNT
723 to load a face OTHER than the first one in the FOND!
735 FamRec* fond; local
742 fond = (FamRec*)fond_data
1189 Handle fond; local
    [all...]

Completed in 436 milliseconds