/frameworks/minikin/tests/data/ |
ZhHant.ttx | 70 <maxp> 87 </maxp>
|
Bold.ttx | 73 <maxp> 90 </maxp>
|
BoldItalic.ttx | 73 <maxp> 90 </maxp>
|
ColorEmojiFont.ttx | 75 <maxp> 92 </maxp>
|
Italic.ttx | 73 <maxp> 90 </maxp>
|
Regular.ttx | 74 <maxp> 91 </maxp>
|
TextEmojiFont.ttx | 74 <maxp> 91 </maxp>
|
VarioationSelectorTest-Regular.ttx | 76 <maxp> 93 </maxp>
|
ZhHans.ttx | 77 <maxp> 94 </maxp>
|
/external/freetype/src/truetype/ |
ttobjs.c | 954 TT_MaxProfile* maxp = &face->max_profile; local 972 size->max_function_defs = maxp->maxFunctionDefs; 973 size->max_instruction_defs = maxp->maxInstructionDefs; 982 size->storage_size = maxp->maxStorage; [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 */
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 1003 TT_MaxProfile* maxp = &face->max_profile; local [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 */
|
/external/skia/src/ports/ |
SkScalerContext_win_dw.cpp | 52 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get()); 53 if (!maxp.fExists) { 56 if (maxp.fSize < sizeof(SkOTTableMaximumProfile::Version::TT)) { 59 if (maxp->version.version != SkOTTableMaximumProfile::Version::TT::VERSION) { 63 if (0 == maxp->version.tt.maxSizeOfInstructions) {
|
/external/sonic/ |
Sonic.java | 603 int maxP = period + (skip << 2); 607 if(maxP > maxPeriod) { 608 maxP = maxPeriod; 611 period = findPitchPeriodInRange(samples, position, minP, maxP, minDiff, maxDiff); 614 period = findPitchPeriodInRange(downSampleBuffer, 0, minP, maxP, minDiff, maxDiff);
|
/external/skia/tests/ |
FontHostTest.cpp | 51 // Test that countGlyphs() agrees with a direct lookup in the 'maxp' table 59 // glyphs is at offset 4 into the 'maxp' table.
|
/frameworks/base/core/tests/coretests/assets/fonts/ |
HintedAdvanceWidthTest-Regular.ttx | 53 <maxp> 70 </maxp>
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
FingerPaint.java | 61 private static final float MAXP = 0.75f;
|
/external/fonttools/Doc/ |
documentation.html | 45 BASE, CBDT, CBLC, CFF, COLR, CPAL, DSIG, EBDT, EBLC, FFTM, GDEF, GMAP, GPKG, GPOS, GSUB, JSTF, LTSH, META, OS/2, SING, SVG, TSI0, TSI1, TSI2, TSI3, TSI5, TSIB, TSID, TSIJ, TSIP, TSIS, TSIV, VORG, cmap, cvt, fpgm, gasp, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, name, post, prep, sbix, vhea and vmtx
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_m_a_x_p.py | 57 """Recalculate the font bounding box, and most other maxp values except
|
/external/harfbuzz_ng/src/ |
Makefile.sources | 28 hb-ot-maxp-table.hh \
|
/external/icu/icu4c/source/test/letest/ |
FontObject.cpp | 210 LETag maxpTag = 0x6D617870; // 'maxp'
|
/external/icu/icu4c/source/test/perf/leperf/ |
FontObject.cpp | 210 LETag maxpTag = 0x6D617870; // 'maxp'
|
/external/sfntly/cpp/src/sfntly/table/ |
table.cc | 98 } else if (tag == Tag::maxp) {
|
/external/sfntly/cpp/src/test/ |
serialization_test.cc | 82 } else if (TTF_KNOWN_TAGS[i] == Tag::maxp) {
|