Home
last modified time | relevance | path

Searched defs:strike (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/src/core/
DSkStrikeCache.cpp38 sk_sp<SkStrike> strike = this->internalFindStrikeOrNull(strikeSpec.descriptor()); in findOrCreateStrike() local
63 auto visitor = [&counter](const SkStrike& strike) { in Dump()
92 auto visitor = [&dump](const SkStrike& strike) { in DumpMemoryStatistics()
165 auto strike = in internalCreateStrike() local
223 for (SkStrike* strike = fHead; strike != nullptr; strike = strike->fNext) { in forEachStrike() local
256 SkStrike* strike = fTail; in internalPurge() local
281 void SkStrikeCache::internalAttachToHead(sk_sp<SkStrike> strike) { in internalAttachToHead()
302 void SkStrikeCache::internalRemoveStrike(SkStrike* strike) { in internalRemoveStrike()
328 const SkStrike* strike = fHead; in validate() local
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 = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRun() local
288 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRun() local
319 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRun() local
349 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRun() local
DSkStrikeSpec.cpp245 SkBulkGlyphMetricsAndPaths::SkBulkGlyphMetricsAndPaths(sk_sp<SkStrike>&& strike) in SkBulkGlyphMetricsAndPaths()
270 SkBulkGlyphMetricsAndImages::SkBulkGlyphMetricsAndImages(sk_sp<SkStrike>&& strike) in SkBulkGlyphMetricsAndImages()
DSkRemoteGlyphCache.cpp647 fRemoteStrikesToSend.foreach ([&](RemoteStrike* strike) { in writeStrikeData()
670 [&](RemoteStrike* strike) { in writeStrikeData()
710 RemoteStrike* strike = it->second.get(); in checkForDeletedEntries() local
740 RemoteStrike* strike = it->second.get(); in getOrCreateCache() local
999 auto strike = fStrikeCache->findStrike(*client_desc); in readStrikeData() local
/third_party/flutter/skia/src/gpu/text/
DGrStrikeCache.h77 static const SkDescriptor& GetKey(const GrTextStrike& strike) { in GetKey()
103 void setStrikeToPreserve(GrTextStrike* strike) { fPreserveStrike = strike; } in setStrikeToPreserve()
110 sk_sp<GrTextStrike> strike = sk_ref_sp(fCache.find(desc)); in getStrike() local
126 sk_sp<GrTextStrike> strike = sk_ref_sp(new GrTextStrike(desc)); in generateStrike() local
DGrAtlasManager.cpp57 GrTextStrike* strike, GrDrawOpAtlas::AtlasID* id, in addToAtlas()
DGrTextBlobVertexRegenerator.cpp178 sk_sp<GrTextStrike> strike; in doRegen() local
DGrStrikeCache.cpp46 GrTextStrike* strike = &*iter; in HandleEviction() local
DGrTextBlob.h292 void setStrike(sk_sp<GrTextStrike> strike) { fStrike = std::move(strike); } in setStrike()
293 GrTextStrike* strike() const { return fStrike.get(); } in strike() function
/third_party/skia/tests/
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/
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()
DGrTextBlob.cpp343 GlyphVector::GlyphVector(sk_sp<SkStrike>&& strike, SkSpan<Variant> glyphs) in GlyphVector()
350 sk_sp<SkStrike>&& strike, SkSpan<SkGlyphVariant> glyphs, GrSubRunAllocator* alloc) { in Make()
530 sk_sp<SkStrike>&& strike, in Make()
926 sk_sp<SkStrike>&& strike, in Make()
1199 sk_sp<SkStrike>&& strike, in Make()
1591 sk_sp<SkStrike>&& strike, in addMultiMaskFormat()
1635 sk_sp<SkStrike>&& strike) { in processDeviceMasks()
1651 sk_sp<SkStrike>&& strike, in processSourceSDFT()
1664 sk_sp<SkStrike>&& strike, in processSourceMasks()
1732 sk_sp<SkStrike>&& strike, in Make()
[all …]
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp113 SkStrikeInterface* strike, in DeviceSpacePackedGlyphIDs()
180 auto strike = strikeSpec.findOrCreateExclusiveStrike(); in drawForBitmapDevice() local
232 auto strike = strikeSpec.findOrCreateExclusiveStrike(); in drawForBitmapDevice() local
329 SkScopedStrike strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processARGBFallback() local
355 SkScopedStrike strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processARGBFallback() local
417 SkScopedStrike strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRunList() local
487 SkScopedStrike strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRunList() local
536 SkScopedStrike strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRunList() local
760 const sk_sp<GrTextStrike>& strike, in switchSubRunIfNeededAndAppendGlyph()
779 void GrTextBlob::Run::appendDeviceSpaceGlyph(const sk_sp<GrTextStrike>& strike, in appendDeviceSpaceGlyph()
[all …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttbdf.c88 FT_Byte* strike; in tt_face_load_bdf_props() local
148 FT_Byte* strike; in tt_face_find_bdf_prop() local
/third_party/freetype/src/sfnt/
Dttbdf.c88 FT_Byte* strike; in tt_face_load_bdf_props() local
148 FT_Byte* strike; in tt_face_find_bdf_prop() local
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttbdf.c89 FT_Byte* strike; in tt_face_load_bdf_props() local
149 FT_Byte* strike; in tt_face_find_bdf_prop() local
/third_party/toybox/toys/net/
Dsntp.c128 int strike; in sntp_main() local
/third_party/skia/bench/
DPathTextBench.cpp51 auto strike = strikeSpec.findOrCreateStrike(); in onDelayedSetup() local
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c216 PFR_Strike strike; in pfr_face_init() local
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c212 PFR_Strike strike; in pfr_face_init() local
/third_party/freetype/src/pfr/
Dpfrobjs.c216 PFR_Strike strike; in pfr_face_init() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dtest-ot-color.cc92 unsigned int strike = 0; in png_dump() local
Dhb-ot-color-cbdt-table.hh403 const BitmapSizeTable &strike = this->cblc->choose_strike (font); in get_extents() local
459 const BitmapSizeTable &strike = this->cblc->choose_strike (font); in reference_png() local
/third_party/typescript/lib/
Dlib.es2015.core.d.ts493 strike(): string; method
/third_party/typescript/src/lib/
Des2015.core.d.ts473 strike(): string; method

12