Home
last modified time | relevance | path

Searched defs:upem (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-paint.hh163 float upem = font->face->get_upem (); in push_root_transform() local
174 float upem = font->face->get_upem (); in push_inverse_root_transform() local
H A Dtest.cc53 unsigned int upem = hb_face_get_upem (face); in main() local
H A Dtest-buffer-serialize.cc55 unsigned int upem = hb_face_get_upem (face); in main() local
H A Dsample.py18 upem = hb.face_get_upem (face) variable
H A Dhb-face.hh52 mutable hb_atomic_int_t upem; /* Units-per-EM. */ member
H A Dhb-ot-metrics.cc172 unsigned upem = face->get_upem (); in hb_ot_metrics_get_position() local
H A Dhb-ot-head-table.hh52 unsigned int upem = unitsPerEm; in get_upem() local
H A Dhb-graphite2.cc330 unsigned int upem = hb_face_get_upem (face); in _hb_graphite2_shape() local
H A Dhb-face.cc561 unsigned int upem) in hb_face_set_upem()
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-font.c128 unsigned int upem = hb_face_get_upem (hb_font_get_face (font)); in _test_font_nil_funcs() local
467 unsigned int upem; in test_font_properties() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/
H A Dmod.rs372 let upem = font.head().ok()?.units_per_em(); in with_format() localVariable
376 let upem = font.head().ok()?.units_per_em(); in with_format() localVariable
/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_fontations.cpp503 uint16_t upem = fontations_ffi::units_per_em_or_zero(fBridgeFontRef); in generateMetrics() local
710 uint16_t upem = fontations_ffi::units_per_em_or_zero(fBridgeFontRef); in drawCOLRGlyph() local
1170 uint16_t upem) in ColorPainter()
1524 uint16_t upem) in BoundsPainter()
H A DSkFontHost_FreeType.cpp857 SkScalar upem = SkIntToScalar(face->units_per_EM); in GetUnitsPerEm() local
1051 SkScalar upem = fFaceRec->fFace->units_per_EM; in SkScalerContext_FreeType() local
1565 SkScalar upem = SkIntToScalar(SkTypeface_FreeType::GetUnitsPerEm(face)); in generateFontMetrics() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/color/
H A Dmod.rs377 upem: Result<u16, ReadError>, field
384 let upem = font.head().map(|h| h.units_per_em()); in new() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/
H A Dmetrics.rs248 let upem = font in new() localVariable
569 let upem = font.head().unwrap().units_per_em() as f32; in glyph_metrics_unscaled_matches_upem_scale() localVariable
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGOpenTypeSVGDecoder.cpp136 bool SkSVGOpenTypeSVGDecoder::render(SkCanvas& canvas, int upem, SkGlyphID glyphId, in render()
/aosp_15_r20/external/skia/gm/
H A Duserfont.cpp42 const float upem = font.getTypeface()->getUnitsPerEm(); in make_tf() local
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/
H A Dinterpolatable.py136 upem=DEFAULT_UPEM, argument
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/
H A DstatisticsPen.py173 def _test(glyphset, upem, glyphs, quiet=False, *, control=False): argument
/aosp_15_r20/frameworks/minikin/tests/util/
H A DFreeTypeMinikinFontForTest.cpp109 float upem = mFtFace->units_per_EM; in GetFontExtent() local
/aosp_15_r20/external/skia/tools/fonts/
H A DFontToolUtils.cpp161 const float upem = 200; in SampleUserTypeface() local
H A DTestSVGTypeface.cpp59 int upem, const SkFontMetrics& fontMetrics, in TestSVGTypeface()
183 SkScalar upem = this->getTestSVGTypeface()->fUpem; in SkTestSVGScalerContext() local
/aosp_15_r20/external/harfbuzz_ng/src/wasm/graphite/
H A Dshape.cc124 unsigned int upem = face_get_upem (face); in shape() local
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DFont.cpp251 uint32_t upem = hb_face_get_upem(face.get()); in prepareFont() local
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dshape-options.hh148 unsigned upem = hb_face_get_upem (hb_font_get_face (font)); in shape() local

12