| /third_party/skia/src/core/ |
| D | SkStrikeCache.cpp | 38 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
|
| D | SkGlyphRunPainter.cpp | 106 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
|
| D | SkStrikeSpec.cpp | 245 SkBulkGlyphMetricsAndPaths::SkBulkGlyphMetricsAndPaths(sk_sp<SkStrike>&& strike) in SkBulkGlyphMetricsAndPaths() 270 SkBulkGlyphMetricsAndImages::SkBulkGlyphMetricsAndImages(sk_sp<SkStrike>&& strike) in SkBulkGlyphMetricsAndImages()
|
| D | SkRemoteGlyphCache.cpp | 647 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/ |
| D | GrStrikeCache.h | 77 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
|
| D | GrAtlasManager.cpp | 57 GrTextStrike* strike, GrDrawOpAtlas::AtlasID* id, in addToAtlas()
|
| D | GrTextBlobVertexRegenerator.cpp | 178 sk_sp<GrTextStrike> strike; in doRegen() local
|
| D | GrStrikeCache.cpp | 46 GrTextStrike* strike = &*iter; in HandleEviction() local
|
| D | GrTextBlob.h | 292 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/ |
| D | SkStrikeCacheTest.cpp | 33 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/ |
| D | GrStrikeCache.cpp | 29 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()
|
| D | GrTextBlob.cpp | 343 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/ |
| D | SkGlyphRunPainter.cpp | 113 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/ |
| D | ttbdf.c | 88 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/ |
| D | ttbdf.c | 88 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/ |
| D | ttbdf.c | 89 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/ |
| D | sntp.c | 128 int strike; in sntp_main() local
|
| /third_party/skia/bench/ |
| D | PathTextBench.cpp | 51 auto strike = strikeSpec.findOrCreateStrike(); in onDelayedSetup() local
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| D | pfrobjs.c | 216 PFR_Strike strike; in pfr_face_init() local
|
| /third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
| D | pfrobjs.c | 212 PFR_Strike strike; in pfr_face_init() local
|
| /third_party/freetype/src/pfr/ |
| D | pfrobjs.c | 216 PFR_Strike strike; in pfr_face_init() local
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | test-ot-color.cc | 92 unsigned int strike = 0; in png_dump() local
|
| D | hb-ot-color-cbdt-table.hh | 403 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/ |
| D | lib.es2015.core.d.ts | 493 strike(): string; method
|
| /third_party/typescript/src/lib/ |
| D | es2015.core.d.ts | 473 strike(): string; method
|