Home
last modified time | relevance | path

Searched defs:metrics (Results 26 - 50 of 88) sorted by relevance

1234

/third_party/libuv/test/
H A Dtest-metrics.c133 uv_metrics_t metrics; in TEST_IMPL() local
157 uv_metrics_t metrics; in close_cb() local
169 uv_metrics_t metrics; in write_cb() local
187 uv_metrics_t metrics; create_cb() local
209 uv_metrics_t metrics; prepare_cb() local
246 uv_metrics_t metrics; fs_prepare_cb() local
316 uv_metrics_t metrics; TEST_IMPL() local
[all...]
/third_party/skia/src/core/
H A DSkStrikeCache.h78 SkSpan<const SkGlyph*> metrics(SkSpan<const SkGlyphID> glyphIDs, in metrics() function in final
42 SkStrike(SkStrikeCache* strikeCache, const SkStrikeSpec& strikeSpec, std::unique_ptr<SkScalerContext> scaler, const SkFontMetrics* metrics, std::unique_ptr<SkStrikePinner> pinner) SkStrike() argument
H A DSkScalerCache.cpp127 std::tuple<SkSpan<const SkGlyph*>, size_t> SkScalerCache::metrics( in metrics() function in SkScalerCache
16 use_or_generate_metrics( const SkFontMetrics* metrics, SkScalerContext* context) use_or_generate_metrics() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DIndexSubTableFormat5.java83 private BigGlyphMetrics.Builder metrics; field in IndexSubTableFormat5.Builder
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGDIFontInstance.cpp373 GLYPHMETRICS metrics; in getGlyphAdvance() local
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp103 DWRITE_FONT_METRICS metrics; in onGetUPEM() local
H A DSkRemotableFontMgr_win_dw.cpp167 NONCLIENTMETRICSW metrics; in getDefaultFontFamilyName() local
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.cpp256 void ScenicWindow::onViewMetrics(const fuchsia::ui::gfx::Metrics &metrics) in onViewMetrics() argument
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafshaper.c558 af_shaper_get_elem( AF_StyleMetrics metrics, in af_shaper_get_elem() argument
660 af_shaper_get_elem( AF_StyleMetrics metrics, in af_shaper_get_elem() argument
460 af_shaper_get_cluster( const char* p, AF_StyleMetrics metrics, void* buf_, unsigned int* count ) af_shaper_get_cluster() argument
624 af_shaper_get_cluster( const char* p, AF_StyleMetrics metrics, void* buf_, unsigned int* count ) af_shaper_get_cluster() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffgload.c261 TT_SBit_MetricsRec metrics; in FT_LOCAL_DEF() local
504 FT_Incremental_MetricsRec metrics; FT_LOCAL_DEF() local
545 FT_Glyph_Metrics* metrics = &glyph->root.metrics; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c371 FT_Glyph_Metrics* metrics = &pfrslot->metrics; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-font.cc235 hb_ot_get_font_h_extents(hb_font_t *font, void *font_data HB_UNUSED, hb_font_extents_t *metrics, void *user_data HB_UNUSED) hb_ot_get_font_h_extents() argument
246 hb_ot_get_font_v_extents(hb_font_t *font, void *font_data HB_UNUSED, hb_font_extents_t *metrics, void *user_data HB_UNUSED) hb_ot_get_font_v_extents() argument
/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp132 void RandomScalerContext::generateFontMetrics(SkFontMetrics* metrics) { in generateFontMetrics() argument
H A Dcreate_test_font.cpp260 SkFontMetrics metrics; in output_font() local
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper.cpp353 SkFontMetrics metrics; in Make() local
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h60 inline InternalLineMetrics& metrics() { return fMetrics; } in metrics() function in skia::textlayout::TextWrapper::TextStretch
79 void setMetrics(const InternalLineMetrics& metrics) { fMetrics = metrics; } in setMetrics() argument
/third_party/skia/experimental/sktext/src/
H A DLine.h21 SkFontMetrics metrics; in TextMetrics() local
87 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch() argument
94 Stretch(RunIndex runIndex, GlyphRange glyphRange, TextRange textRange, SkScalar width, const TextMetrics& metrics) in Stretch() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-metrics.h22 namespace metrics { namespace
/third_party/node/deps/v8/include/
H A Dv8-metrics.h21 namespace metrics { namespace
/third_party/skia/src/pdf/
H A DSkPDFType1Font.cpp219 inline static bool can_embed(const SkAdvancedTypefaceMetrics& metrics) { in can_embed() argument
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp383 SkFontMetrics metrics; in Deserialize() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c1209 FT_Size_Metrics metrics; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp58 SkFontMetrics metrics; in finalRect() local
101 SkFontMetrics metrics; in runInfo() local
171 static SkRect selection_box(const SkFontMetrics& metrics, in selection_box() argument
196 SkFontMetrics metrics; set_character_bounds() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/
H A Dnative_bridge.cpp180 OH_Drawing_Font_Metrics metrics; in NativeOnDrawTextBlob() local
/third_party/libuv/src/
H A Duv-common.h409 uv_metrics_t metrics; member

Completed in 17 milliseconds

1234