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

  /external/skia/src/utils/
SkSfntUtils.cpp 65 bool SkSfntUtils::ReadTable_maxp(SkFontID fontID, SkSfntTable_maxp* maxp) {
76 maxp->fVersion = parse_be32(p);
77 maxp->fNumGlyphs = parse_be16(p);
78 maxp->fMaxPoints = parse_be16(p);
79 maxp->fMaxContours = parse_be16(p);
80 maxp->fMaxComponentPoints = parse_be16(p);
81 maxp->fMaxComponentContours = parse_be16(p);
82 maxp->fMaxZones = parse_be16(p);
83 maxp->fMaxTwilightPoints = parse_be16(p);
84 maxp->fMaxStorage = parse_be16(p)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java     [all...]
  /external/freetype/src/truetype/
ttobjs.c 928 TT_MaxProfile* maxp = &face->max_profile; local
934 size->max_function_defs = maxp->maxFunctionDefs;
935 size->max_instruction_defs = maxp->maxInstructionDefs;
944 size->storage_size = maxp->maxStorage;
967 n_twilight = maxp->maxTwilightPoints;
    [all...]
ttpload.c 115 FT_TRACE2(( "glyph count mismatch! loca: %d, maxp: %d\n",
118 /* we only handle the case where `maxp' gives a larger value */
ttinterp.c 566 TT_MaxProfile* maxp; local
571 maxp = &face->max_profile;
616 maxp->maxStackElements + 32 );
626 maxp->maxSizeOfInstructions );
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 61 private static final float MAXP = 0.75f;
  /external/icu4c/test/letest/
FontObject.cpp 210 LETag maxpTag = 0x6D617870; // 'maxp'
  /external/iproute2/ip/
xfrm_state.c 536 char *maxp = NULL; local
579 if (maxp)
581 maxp = *argv;
612 if (!maxp) {
621 if (maxp) {
  /external/freetype/src/sfnt/
ttpost.c 174 /* than the value in the maxp table (cf. cyberbit.ttf). */
sfobjs.c 629 LOAD_( maxp );
    [all...]
ttload.c 697 " too much twilight points in `maxp' table;\n"
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 189 ;// dP_1n = armClip(MinP, MaxP, dDeltaP);
  /external/freetype/include/freetype/internal/
sfnt.h 81 /* the common SFNT tables (head, OS/2, maxp, metrics, etc.) in the */
    [all...]
  /external/icu4c/layout/
LETypes.h 371 LE_MAXP_TABLE_TAG = 0x6D617870UL, /**< 'maxp' */
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 179 // The 'maxp' table stores the number of glyphs a offset 4, in 2 bytes
SkFontHost_win.cpp 118 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes.
    [all...]
  /external/icu4c/i18n/
decNumber.c 2818 Int maxp; \/* largest working precision *\/ local
    [all...]
  /external/llvm/include/llvm/
IntrinsicsHexagon.td     [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 349 #define kDebugPropertyTagPrintLevelMax 0x706D786CU // 'maxp' Get: 1st param = DebugLevel *
    [all...]

Completed in 726 milliseconds