Home
last modified time | relevance | path

Searched defs:subset (Results 1 – 25 of 168) sorted by relevance

1234567

/third_party/skia/src/core/
DSkSpecialSurface.cpp19 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps& props) in SkSpecialSurface_Base()
44 SkSpecialSurface::SkSpecialSurface(const SkIRect& subset, in SkSpecialSurface()
69 const SkIRect& subset, in SkSpecialSurface_Raster()
95 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeFromBitmap(const SkIRect& subset, SkBitmap& bm, in MakeFromBitmap()
114 const SkIRect subset = SkIRect::MakeWH(info.width(), info.height()); in MakeRaster() local
126 SkSpecialSurface_Gpu(sk_sp<skgpu::BaseDevice> device, SkIRect subset) in SkSpecialSurface_Gpu()
173 const SkIRect subset = SkIRect::MakeSize(ii.dimensions()); in MakeRenderTarget() local
DSkSpecialImage.cpp37 SkSpecialImage_Base(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps& props) in SkSpecialImage_Base()
80 SkSpecialImage::SkSpecialImage(const SkIRect& subset, in SkSpecialImage()
156 const SkIRect& subset, in MakeFromImage()
186 SkSpecialImage_Raster(const SkIRect& subset, const SkBitmap& bm, const SkSurfaceProps& props) in SkSpecialImage_Raster()
269 sk_sp<SkSpecialImage> SkSpecialImage::MakeFromRaster(const SkIRect& subset, in MakeFromRaster()
292 sk_sp<SkSpecialImage> SkSpecialImage::CopyFromRaster(const SkIRect& subset, in CopyFromRaster()
334 SkSpecialImage_Gpu(GrRecordingContext* context, const SkIRect& subset, in SkSpecialImage_Gpu()
463 const SkIRect& subset, in MakeDeferredFromGpu()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-subset.c39 hb_face_t *subset; in test_subset_32_tables() local
61 hb_face_t *subset; in test_subset_no_inf_loop() local
82 hb_face_t *subset; in test_subset_crash() local
/third_party/skia/tests/
DSpecialImageTest.cpp60 const SkIRect subset = img->subset(); in test_image() local
145 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_TEST() local
170 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in test_specialimage_image() local
205 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DImageFilterCacheTest.cpp42 const sk_sp<SkSpecialImage>& subset) { in test_find_existing()
65 const sk_sp<SkSpecialImage>& subset) { in test_dont_find_if_diff_key()
118 const sk_sp<SkSpecialImage>& subset) { in test_explicit_purging()
159 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_TEST() local
180 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in test_image_backed() local
271 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gdef-table.hh47 bool subset (hb_subset_context_t *c) const in subset() function
84 bool subset (hb_subset_context_t *c) const in subset() function
129 bool subset (hb_subset_context_t *c) const in subset() function
159 bool subset (hb_subset_context_t *c) const in subset() function
200 bool subset (hb_subset_context_t *c) const in subset() function
316 bool subset (hb_subset_context_t *c) const in subset() function
371 bool subset (hb_subset_context_t *c) const in subset() function
425 bool subset (hb_subset_context_t *c) const in subset() function
478 bool subset (hb_subset_context_t *c) const in subset() function
638 bool subset (hb_subset_context_t *c) const in subset() function
Dhb-ot-color-colr-table.hh176 bool subset (hb_subset_context_t *c) const in subset() function
208 bool subset (hb_subset_context_t *c) const in subset() function
232 bool subset (hb_subset_context_t *c) const in subset() function
274 bool subset (hb_subset_context_t *c) const in subset() function
375 bool subset (hb_subset_context_t *c) const in subset() function
404 bool subset (hb_subset_context_t *c) const in subset() function
432 bool subset (hb_subset_context_t *c) const in subset() function
466 bool subset (hb_subset_context_t *c) const in subset() function
500 bool subset (hb_subset_context_t *c) const in subset() function
532 bool subset (hb_subset_context_t *c) const in subset() function
[all …]
Dhb-ot-math-table.hh201 bool subset (hb_subset_context_t *c) const in subset() function
254 bool subset (hb_subset_context_t *c) const in subset() function
437 bool subset (hb_subset_context_t *c) const in subset() function
496 bool subset (hb_subset_context_t *c) const in subset() function
575 bool subset (hb_subset_context_t *c) const in subset() function
618 bool subset (hb_subset_context_t *c) const in subset() function
678 bool subset (hb_subset_context_t *c) const in subset() function
744 bool subset (hb_subset_context_t *c) const in subset() function
859 bool subset (hb_subset_context_t *c) const in subset() function
1010 bool subset (hb_subset_context_t *c) const in subset() function
/third_party/skia/docs/examples/
DBitmap_pixelRef.cpp7 SkBitmap subset; in draw() local
Dskbug_237_drawImage_with_blur.cpp10 auto subset = image->makeSubset({16, 16, 48, 48}); in draw() local
DImage_encodeToData_2.cpp8 SkIRect subset = {136, 32, 200, 96}; in draw() local
DBitmap_pixelRefOrigin.cpp7 SkBitmap subset; in draw() local
DBitmap_getSubset.cpp10 SkBitmap subset; in draw() local
DImage_encodeToData.cpp8 SkIRect subset = {0, 0, 16, 64}; in draw() local
DBitmap_extractSubset.cpp10 SkBitmap subset; in draw() local
DImage_makeSubset.cpp12 sk_sp<SkImage> subset(image->makeSubset({x, y, x + width, y + height})); in draw() local
DImage_makeWithFilter.cpp10 SkIRect subset = image->bounds(); in draw() local
/third_party/skia/third_party/externals/harfbuzz/test/
Dmeson.build3 subdir('subset') subdir
DMakefile.am5 SUBDIRS = api shape subset fuzzing subdir
/third_party/skia/src/gpu/effects/
DGrTextureEffect.cpp40 const SkRect& subset, in Sampling()
70 auto resolve = [&](int size, Wrap wrap, Span subset, Span domain, float linearFilterInset) { in Sampling()
189 const SkRect& subset, in MakeSubset()
210 const SkRect& subset, in MakeSubset()
227 const SkRect& subset, in MakeCustomLinearFilterInset()
707 float subset[] = {s.fLeft, s.fTop, s.fRight, s.fBottom}; in onSetData() local
711 float subset[] = {c.fLeft, c.fTop, c.fRight, c.fBottom}; in onSetData() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DTableSubsetter.java33 public boolean subset(Subsetter subsetter, Font font, Font.Builder fontBuilder) in subset() method
DCMapTableSubsetter.java41 public boolean subset(Subsetter subsetter, Font font, Builder fontBuilder) throws IOException { in subset() method in CMapTableSubsetter
DPostScriptTableSubsetter.java37 public boolean subset(Subsetter subsetter, Font font, Font.Builder fontBuilder) { in subset() method in PostScriptTableSubsetter
/third_party/node/deps/icu-small/source/common/
Duniset_closure.cpp157 const UnicodeSet &maybeOnlyCaseSensitive(const UnicodeSet &src, UnicodeSet &subset) { in maybeOnlyCaseSensitive()
257 UnicodeSet subset(0, 0x10ffff); in closeOverCaseInsensitive() local
301 UnicodeSet subset(0, 0x10ffff); in closeOverAddCaseMappings() local
/third_party/skia/experimental/graphite/src/
DImage_Graphite.cpp29 const SkRect* subset, in onAsFragmentProcessor()

1234567