Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/text/
DGrStrikeCache.h77 static const SkDescriptor& GetKey(const GrTextStrike& strike) { in GetKey()
109 void setStrikeToPreserve(GrTextStrike* strike) { fPreserveStrike = strike; } in setStrikeToPreserve()
116 sk_sp<GrTextStrike> strike = sk_ref_sp(fCache.find(desc)); in getStrike() local
132 sk_sp<GrTextStrike> strike = sk_ref_sp(new GrTextStrike(desc)); in generateStrike() local
DGrAtlasManager.cpp68 GrTextStrike* strike, GrDrawOpAtlas::AtlasID* id, in addToAtlas()
DGrTextBlobVertexRegenerator.cpp164 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
/external/skqp/src/gpu/text/
DGrStrikeCache.h77 static const SkDescriptor& GetKey(const GrTextStrike& strike) { in GetKey()
109 void setStrikeToPreserve(GrTextStrike* strike) { fPreserveStrike = strike; } in setStrikeToPreserve()
116 sk_sp<GrTextStrike> strike = sk_ref_sp(fCache.find(cache->getDescriptor())); in getStrike() local
132 sk_sp<GrTextStrike> strike = sk_ref_sp(new GrTextStrike(cache->getDescriptor())); in generateStrike() local
DGrAtlasManager.cpp68 GrTextStrike* strike, GrDrawOpAtlas::AtlasID* id, in addToAtlas()
DGrTextBlobVertexRegenerator.cpp164 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
/external/skia/src/core/
DSkGlyphRunPainter.cpp306 SkScopedStrike strike = in processARGBFallback() local
348 SkScopedStrike strike = in processARGBFallback() local
409 SkScopedStrike strike = in processGlyphRunList() local
488 SkScopedStrike strike = in processGlyphRunList() local
538 SkScopedStrike strike = in processGlyphRunList() local
767 const sk_sp<GrTextStrike>& strike, in switchSubRunIfNeededAndAppendGlyph()
786 void GrTextBlob::Run::appendDeviceSpaceGlyph(const sk_sp<GrTextStrike>& strike, in appendDeviceSpaceGlyph()
798 void GrTextBlob::Run::appendSourceSpaceGlyph(const sk_sp<GrTextStrike>& strike, in appendSourceSpaceGlyph()
846 SkStrikeInterface* strike) { in processDeviceMasks()
859 SkStrikeInterface* strike, SkScalar cacheToSourceScale) { in processSourcePaths()
[all …]
/external/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
Dttsbit.c314 FT_Byte* strike; in tt_face_load_strike_metrics() local
/external/toybox/toys/net/
Dsntp.c128 int strike; in sntp_main() local
/external/freetype/src/pfr/
Dpfrobjs.c212 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
/external/skqp/src/core/
DSkGlyphRunPainter.cpp641 const sk_sp<GrTextStrike>& strike, in switchSubRunIfNeededAndAppendGlyph()
660 void GrTextBlob::Run::appendDeviceSpaceGlyph(const sk_sp<GrTextStrike>& strike, in appendDeviceSpaceGlyph()
672 void GrTextBlob::Run::appendSourceSpaceGlyph(const sk_sp<GrTextStrike>& strike, in appendSourceSpaceGlyph()
706 sk_sp<GrTextStrike> strike = fGrStrikeCache->getStrike(fallbackCache.get()); in generateFromGlyphRunList() local
/external/harfbuzz_ng/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
/external/llvm/docs/_ocamldoc/
Dstyle.css6 small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset, selector
/external/swiftshader/third_party/llvm-7.0/llvm/docs/_ocamldoc/
Dstyle.css6 small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset, selector
/external/owasp/sanitizer/empiricism/
Dcanned-data.js110 "strike": true, property
8822 "strike": [ property
19049 "strike": [ property
21055 "strike": { property
21725 "strike": [ property
27223 "strike": [ property
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc546 for (size_t strike = 0; strike < size_builders->size(); ++strike) { in SubsetEBLC() local
/external/libvterm/src/
Dvterm_internal.h45 unsigned int strike:1; member

12