/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-paint.hh | 163 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 D | test.cc | 53 unsigned int upem = hb_face_get_upem (face); in main() local
|
H A D | test-buffer-serialize.cc | 55 unsigned int upem = hb_face_get_upem (face); in main() local
|
H A D | sample.py | 18 upem = hb.face_get_upem (face) variable
|
H A D | hb-face.hh | 52 mutable hb_atomic_int_t upem; /* Units-per-EM. */ member
|
H A D | hb-ot-metrics.cc | 172 unsigned upem = face->get_upem (); in hb_ot_metrics_get_position() local
|
H A D | hb-ot-head-table.hh | 52 unsigned int upem = unitsPerEm; in get_upem() local
|
H A D | hb-graphite2.cc | 330 unsigned int upem = hb_face_get_upem (face); in _hb_graphite2_shape() local
|
H A D | hb-face.cc | 561 unsigned int upem) in hb_face_set_upem()
|
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-font.c | 128 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 D | mod.rs | 372 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 D | SkTypeface_fontations.cpp | 503 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 D | SkFontHost_FreeType.cpp | 857 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 D | mod.rs | 377 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 D | metrics.rs | 248 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 D | SkSVGOpenTypeSVGDecoder.cpp | 136 bool SkSVGOpenTypeSVGDecoder::render(SkCanvas& canvas, int upem, SkGlyphID glyphId, in render()
|
/aosp_15_r20/external/skia/gm/ |
H A D | userfont.cpp | 42 const float upem = font.getTypeface()->getUnitsPerEm(); in make_tf() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | interpolatable.py | 136 upem=DEFAULT_UPEM, argument
|
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/ |
H A D | statisticsPen.py | 173 def _test(glyphset, upem, glyphs, quiet=False, *, control=False): argument
|
/aosp_15_r20/frameworks/minikin/tests/util/ |
H A D | FreeTypeMinikinFontForTest.cpp | 109 float upem = mFtFace->units_per_EM; in GetFontExtent() local
|
/aosp_15_r20/external/skia/tools/fonts/ |
H A D | FontToolUtils.cpp | 161 const float upem = 200; in SampleUserTypeface() local
|
H A D | TestSVGTypeface.cpp | 59 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 D | shape.cc | 124 unsigned int upem = face_get_upem (face); in shape() local
|
/aosp_15_r20/frameworks/minikin/libs/minikin/ |
H A D | Font.cpp | 251 uint32_t upem = hb_face_get_upem(face.get()); in prepareFont() local
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | shape-options.hh | 148 unsigned upem = hb_face_get_upem (hb_font_get_face (font)); in shape() local
|