Home
last modified time | relevance | path

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

/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/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.cpp341 GlyphVector::GlyphVector(sk_sp<SkStrike>&& strike, SkSpan<Variant> glyphs) in GlyphVector()
348 sk_sp<SkStrike>&& strike, SkSpan<SkGlyphVariant> glyphs, GrSubRunAllocator* alloc) { in Make()
528 sk_sp<SkStrike>&& strike, in Make()
924 sk_sp<SkStrike>&& strike, in Make()
1197 sk_sp<SkStrike>&& strike, in Make()
1589 sk_sp<SkStrike>&& strike, in addMultiMaskFormat()
1633 sk_sp<SkStrike>&& strike) { in processDeviceMasks()
1649 sk_sp<SkStrike>&& strike, in processSourceSDFT()
1662 sk_sp<SkStrike>&& strike, in processSourceMasks()
1730 sk_sp<SkStrike>&& strike, in Make()
[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
Dttsbit.c317 FT_Byte* strike; in tt_face_load_strike_metrics() 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
Dpfrload.c461 PFR_Strike strike; in pfr_extra_item_load_bitmap_info() local
Dpfrsbit.c591 PFR_Strike strike; in pfr_slot_load_bitmap() local
/third_party/typescript/lib/
Dlib.es2015.core.d.ts527 strike(): string; method
/third_party/typescript/src/lib/
Des2015.core.d.ts507 strike(): string; method
/third_party/skia/third_party/externals/harfbuzz/src/
Dmain.cc96 unsigned strike = 0; in png_dump() local
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
/third_party/skia/samplecode/
DSamplePathText.cpp39 auto strike = strikeSpec.findOrCreateStrike(); in onOnceBeforeDraw() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc516 for (size_t strike = 0; strike < size_builders->size(); ++strike) { in SubsetEBLC() local
/third_party/skia/src/pdf/
DSkPDFFont.cpp542 auto strike = strikeSpec.findOrCreateStrike(); in emit_subset_type3() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82375 static nsIAtom* strike; member in nsGkAtoms