Home
last modified time | relevance | path

Searched refs:MakeWithNoDevice (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/core/
DSkStrikeSpec.h54 static SkStrikeSpec MakeWithNoDevice(const SkFont& font, const SkPaint* paint = nullptr);
DSkStrikeSpec.cpp103 SkStrikeSpec SkStrikeSpec::MakeWithNoDevice(const SkFont& font, const SkPaint* paint) { in MakeWithNoDevice() function in SkStrikeSpec
DSkGlyphRun.cpp340 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(font); in simplifyDrawText()
DSkFont.cpp319 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(font); in getPaths()
DSkTextBlob.cpp877 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(interceptFont, &interceptPaint); in get_glyph_run_intercepts()
/third_party/flutter/skia/bench/
DPathTextBench.cpp50 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(defaultFont); in onDelayedSetup()
/third_party/skia/bench/
DPathTextBench.cpp50 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(defaultFont); in onDelayedSetup()
/third_party/skia/src/core/
DSkStrikeSpec.h67 static SkStrikeSpec MakeWithNoDevice(const SkFont& font, const SkPaint* paint = nullptr);
DSkStrikeSpec.cpp110 SkStrikeSpec SkStrikeSpec::MakeWithNoDevice(const SkFont& font, const SkPaint* paint) { in MakeWithNoDevice() function in SkStrikeSpec
DSkGlyphRun.cpp176 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(font); in draw_text_positions()
DSkFont.cpp263 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(font); in getPaths()
DSkTextBlob.cpp895 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(interceptFont, &interceptPaint); in get_glyph_run_intercepts()
/third_party/flutter/skia/samplecode/
DSamplePathText.cpp36 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(defaultFont); in onOnceBeforeDraw()
/third_party/skia/samplecode/
DSamplePathText.cpp38 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(defaultFont); in onOnceBeforeDraw()