/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/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/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorConvolution.h | [all...] |
/external/skia/tests/ |
FontHostTest.cpp | 52 // Test that countGlyphs() agrees with a direct lookup in the 'maxp' table 60 // glyphs is at offset 4 into the 'maxp' table.
|
/frameworks/base/core/tests/coretests/assets/fonts/ |
HintedAdvanceWidthTest-Regular.ttx | 53 <maxp> 70 </maxp>
|
hasGlyphTestFont.ttx | 88 <maxp> 105 </maxp>
|
/frameworks/minikin/tests/data/ |
Bold.ttx | 73 <maxp> 90 </maxp>
|
BoldItalic.ttx | 73 <maxp> 90 </maxp>
|
Italic.ttx | 73 <maxp> 90 </maxp>
|
Regular.ttx | 74 <maxp> 91 </maxp>
|
ZhHans.ttx | 77 <maxp> 94 </maxp>
|
Ja.ttx | 80 <maxp> 97 </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/icu/icu4c/source/test/letest/ |
FontObject.cpp | 212 LETag maxpTag = 0x6D617870; // 'maxp'
|
/external/icu/icu4c/source/test/perf/leperf/ |
FontObject.cpp | 216 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) {
|
/external/freetype/src/truetype/ |
ttobjs.c | 985 TT_MaxProfile* maxp = &face->max_profile; local [all...] |
ttpload.c | 125 FT_TRACE2(( "glyph count mismatch! loca: %d, maxp: %d\n", 128 /* we only handle the case where `maxp' gives a larger value */
|
/external/skia/src/ports/ |
SkScalerContext_win_dw.cpp | 51 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get()); 52 if (!maxp.fExists) { 55 if (maxp.fSize < sizeof(SkOTTableMaximumProfile::Version::TT)) { 58 if (maxp->version.version != SkOTTableMaximumProfile::Version::TT::VERSION) { 61 return (0 != maxp->version.tt.maxSizeOfInstructions); [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
fft.c | 95 * WebRtcIsac_Fftradix (Re, Im, n1*n2*n3, n1, n1, 1, maxf, maxp); 96 * WebRtcIsac_Fftradix (Re, Im, n1*n2*n3, n2, n1*n2, 1, maxf, maxp); 97 * WebRtcIsac_Fftradix (Re, Im, n1*n2*n3, n3, n1*n2*n3, 1, maxf, maxp); 102 * WebRtcIsac_Fftradix (Re, Im, n, n, n, 1, maxf, maxp); 111 * WebRtcIsac_Fftradix ( &data[0], &data[1], NTOTAL, nPass, nSpan, 2, maxf, maxp);
|
/external/harfbuzz_ng/src/ |
Makefile.sources | 29 hb-ot-maxp-table.hh \
|