Home
last modified time | relevance | path

Searched defs:strike (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/tests/
H A DSkStrikeCacheTest.cpp33 sk_sp<SkStrike> strike = strikeSpec.findOrCreateStrike(&cache); in DEF_TEST() local
47 sk_sp<SkStrike> strike = strikeSpec.findOrCreateStrike(&cache); in DEF_TEST() local
/third_party/skia/src/gpu/text/
H A DGrStrikeCache.cpp29 sk_sp<GrTextStrike> strike = sk_make_sp<GrTextStrike>(strikeSpec); in generateStrike() local
34 const SkDescriptor& GrStrikeCache::HashTraits::GetKey(const sk_sp<GrTextStrike>& strike) { in GetKey() argument
H A DGrTextBlob.cpp341 GlyphVector::GlyphVector(sk_sp<SkStrike>&& strike, SkSpan<Variant> glyphs) in GlyphVector() argument
347 Make( sk_sp<SkStrike>&& strike, SkSpan<SkGlyphVariant> glyphs, GrSubRunAllocator* alloc) Make() argument
527 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar, GrMaskFormat format, GrTextBlob* blob, GrSubRunAllocator* alloc) Make() argument
923 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrMaskFormat format, GrTextBlob* blob, GrSubRunAllocator* alloc) Make() argument
1195 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, const SkFont& runFont, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrTextBlob* blob, GrSubRunAllocator* alloc) Make() argument
1586 addMultiMaskFormat( AddSingleMaskFormat addSingle, const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale) addMultiMaskFormat() argument
1632 processDeviceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike) processDeviceMasks() argument
1648 processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, const SkFont& runFont, SkScalar minScale, SkScalar maxScale) processSourceSDFT() argument
1661 processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale) processSourceMasks() argument
1729 Make(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, GrMaskFormat format, GrSubRunAllocator* alloc) Make() argument
1977 Make( const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrMaskFormat format, GrSubRunAllocator* alloc) Make() argument
2211 Make( const SkZip<SkGlyphVariant, SkPoint>& drawables, const SkFont& runFont, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, GrSubRunAllocator* alloc) Make() argument
2340 processDeviceMasks( const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike) processDeviceMasks() argument
2364 processSourceMasks(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale) processSourceMasks() argument
2446 processSourceSDFT(const SkZip<SkGlyphVariant, SkPoint>& drawables, sk_sp<SkStrike>&& strike, SkScalar strikeToSourceScale, const SkFont& runFont, SkScalar minScale, SkScalar maxScale) processSourceSDFT() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttbdf.c88 FT_Byte* strike; in tt_face_load_bdf_props() local
148 FT_Byte* strike; in FT_LOCAL_DEF() local
H A Dttsbit.c317 FT_Byte* strike; in FT_LOCAL_DEF() local
[all...]
/third_party/toybox/toys/net/
H A Dsntp.c128 int strike; in sntp_main() local
/third_party/skia/bench/
H A DPathTextBench.cpp51 auto strike = strikeSpec.findOrCreateStrike(); variable
/third_party/skia/src/core/
H A DSkStrikeSpec.cpp245 SkBulkGlyphMetricsAndPaths::SkBulkGlyphMetricsAndPaths(sk_sp<SkStrike>&& strike) in SkBulkGlyphMetricsAndPaths() argument
270 SkBulkGlyphMetricsAndImages::SkBulkGlyphMetricsAndImages(sk_sp<SkStrike>&& strike) in SkBulkGlyphMetricsAndImages() argument
H A DSkStrikeCache.cpp38 sk_sp<SkStrike> strike = this->internalFindStrikeOrNull(strikeSpec.descriptor()); variable
165 auto strike = global() variable
256 SkStrike* strike = fTail; internalPurge() local
281 internalAttachToHead(sk_sp<SkStrike> strike) internalAttachToHead() argument
302 internalRemoveStrike(SkStrike* strike) internalRemoveStrike() argument
328 const SkStrike* strike = fHead; validate() local
[all...]
H A DSkGlyphRunPainter.cpp106 auto strike = strikeSpec.findOrCreateStrike(); in drawForBitmapDevice() local
124 auto strike = strikeSpec.findOrCreateStrike(); in drawForBitmapDevice() local
178 auto strike = strikeSpec.findOrCreateStrike(); in drawForBitmapDevice() local
257 SkScopedStrikeForGPU strike in processGlyphRun() local
288 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); processGlyphRun() local
319 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); processGlyphRun() local
349 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); processGlyphRun() local
[all...]
H A DSkRemoteGlyphCache.cpp710 RemoteStrike* strike = it->second.get(); checkForDeletedEntries() local
740 RemoteStrike* strike = it->second.get(); getOrCreateCache() local
999 auto strike = fStrikeCache->findStrike(*client_desc); readStrikeData() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrload.c461 PFR_Strike strike; in FT_CALLBACK_DEF() local
H A Dpfrobjs.c216 PFR_Strike strike; in FT_LOCAL_DEF() local
H A Dpfrsbit.c591 PFR_Strike strike; in FT_LOCAL() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dmain.cc96 unsigned strike = 0; in png_dump() local
H A Dhb-ot-color-cbdt-table.hh830 const BitmapSizeTable &strike = this->cblc->choose_strike (font); in get_extents() local
880 const BitmapSizeTable &strike = this->cblc->choose_strike (font); in reference_png() local
[all...]
/third_party/skia/samplecode/
H A DSamplePathText.cpp39 auto strike = strikeSpec.findOrCreateStrike(); variable
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp542 auto strike = strikeSpec.findOrCreateStrike(); in emit_subset_type3() local

Completed in 16 milliseconds