Home
last modified time | relevance | path

Searched defs:subset (Results 26 - 50 of 143) sorted by relevance

123456

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A 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; test_subset_crash() local
[all...]
H A Dhb-subset-test.h87 hb_face_t *subset = hb_subset_or_fail (source, input); in hb_subset_test_create_subset() local
H A Dtest-subset-hmtx.c157 hb_face_t *subset; in test_subset_invalid_hmtx() local
/third_party/skia/gm/
H A Dimagemasksubset.cpp88 sk_sp<SkImage> subset = image->makeSubset(kSubset, direct); in DEF_SIMPLE_GM() local
H A Dverylargebitmap.cpp74 SkRect subset = SkRect::MakeLTRB(hw - 64, hh - 32, hw + 64, hh + 32); in show_image() local
/third_party/skia/experimental/graphite/src/
H A DSurface_Graphite.cpp30 sk_sp<SkImage> Surface_Graphite::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() argument
/third_party/skia/client_utils/android/
H A DBitmapRegionDecoderPriv.h35 inline SubsetType adjust_subset_rect(const SkISize& imageDims, SkIRect* subset, int* outX, in adjust_subset_rect() argument
[all...]
/third_party/skia/bench/
H A DBitmapRegionDecoderBench.cpp15 BitmapRegionDecoderBench(const char* baseName, SkData* encoded, SkColorType colorType, uint32_t sampleSize, const SkIRect& subset) BitmapRegionDecoderBench() argument
H A DImageFilterDAGBench.cpp72 SkIRect subset = SkIRect::MakeSize(fImage->dimensions()); variable
/third_party/skia/tests/
H A DRepeatedClippedBlurTest.cpp87 const SkIRect subset = SkIRect::MakeWH(1024, 600); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DSpecialSurfaceTest.cpp70 const SkIRect subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); in DEF_TEST() local
H A DSpecialImageTest.cpp60 const SkIRect subset = img->subset(); in test_image() local
145 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); DEF_TEST() local
170 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); test_specialimage_image() local
205 const SkIRect& subset = SkIRect::MakeXYWH(kPad, kPad, kSmallerSize, kSmallerSize); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
H A DSubsetPath.cpp28 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset() function in SubsetPath
H A DBitmapCopyTest.cpp90 SkBitmap subset; in DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DMath.h97 constexpr bool IsSubset(T1 subset, T2 set) { in IsSubset() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-vorg-table.hh90 bool subset (hb_subset_context_t *c) const in subset() function
H A Dhb-ot-hdmx-table.hh117 bool subset (hb_subset_context_t *c) const in subset() function
H A Dhb-ot-post-table-v2subset.hh70 HB_INTERNAL bool postV2Tail::subset (hb_subset_context_t *c) const in subset() function in OT::postV2Tail
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H A Dbitmap_test.cpp682 Rect subset = Rect(0, 0, 50, 50); // 50: right, bottom in HWTEST_F() local
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_asid.c706 int subset; in X509v3_asid_subset() local
/third_party/skia/src/core/
H A DSkSpecialSurface.cpp19 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps& props) in SkSpecialSurface_Base() argument
44 SkSpecialSurface::SkSpecialSurface(const SkIRect& subset, in SkSpecialSurface() argument
95 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeFromBitmap(const SkIRect& subset, SkBitmap& bm, in MakeFromBitmap() argument
67 SkSpecialSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, const SkIRect& subset, const SkSurfaceProps& props) SkSpecialSurface_Raster() argument
114 const SkIRect subset = SkIRect::MakeWH(info.width(), info.height()); MakeRaster() local
126 SkSpecialSurface_Gpu(sk_sp<skgpu::BaseDevice> device, SkIRect subset) SkSpecialSurface_Gpu() argument
173 const SkIRect subset = SkIRect::MakeSize(ii.dimensions()); MakeRenderTarget() local
[all...]
H A DSkCanvasPriv.h54 static int SaveBehind(SkCanvas* canvas, const SkRect* subset) { in SaveBehind() argument
/third_party/openssl/crypto/x509/
H A Dv3_asid.c692 int subset; in X509v3_asid_subset() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DSubsetter.java119 public Font.Builder subset() throws IOException { in subset() method in Subsetter
/third_party/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp73 SkPDFMakeCIDGlyphWidthsArray(const SkTypeface& typeface, const SkPDFGlyphUse& subset, SkScalar* defaultAdvance) SkPDFMakeCIDGlyphWidthsArray() argument

Completed in 11 milliseconds

123456