/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | PostScriptTableSubsetter.java | 37 public boolean subset(Subsetter subsetter, Font font, Font.Builder fontBuilder) { in subset() method in PostScriptTableSubsetter
|
H A D | GlyphTableStripper.java | 39 public boolean subset(Subsetter subsetter, Font font, Font.Builder fontBuilder) in subset() method in GlyphTableStripper 45 throw new RuntimeException("Font to subset is not valid."); in subset()
|
H A D | RenumberingCMapTableSubsetter.java | 67 public boolean subset(Subsetter subsetter, Font font, Builder fontBuilder) throws IOException { in subset() method in RenumberingCMapTableSubsetter
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-head-table.hh | 63 bool subset (hb_subset_context_t *c) const in subset() function
|
H A D | hb-ot-maxp-table.hh | 97 bool subset (hb_subset_context_t *c) const in subset() function
|
H A D | hb-ot-vorg-table.hh | 90 bool subset (hb_subset_context_t *c) const in subset() function
|
H A D | hb-ot-color-cbdt-table.hh | 560 subset (hb_subset_context_t *c, in subset() function 640 subset (hb_subset_context_t *c, const void *base, in subset() function 759 if (!table.subset (c, this, cbdt, cbdt_length, cbdt_prime)) in subset_size_table() 770 HB_INTERNAL bool subset (hb_subset_context_t *c) const; 950 CBLC::subset (hb_subset_context_t *c) const in subset() function in OT::CBLC
|
H A D | hb-ot-color-sbix-table.hh | 140 bool subset (hb_subset_context_t *c, unsigned int available_len) const in subset() function 348 return (this+strikes[i]).subset (c, c->source_blob->length - (unsigned) strikes[i]); in add_strike() 387 bool subset (hb_subset_context_t* c) const in subset() function
|
/third_party/skia/experimental/graphite/src/ |
H A D | Image_Graphite.h | 66 const SkRect* subset,
|
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | compatible_check.cpp | 127 bool IsSubsetMime(const std::string& subset, const std::string& universe) in IsSubsetMime() argument 129 size_t devLinePosInMeta = subset.find_first_of('/'); in IsSubsetMime() 131 MEDIA_LOG_E("wrong format of subset mime, must be xx/xxx"); in IsSubsetMime() 146 if (!StringEqIgnoreCase(subset.substr(0, devLinePosInMeta), universe.substr(0, devLinePosInCap))) { in IsSubsetMime() 154 if (!StringEqIgnoreCase(universe.substr(devLinePosInCap + 1), subset.substr(devLinePosInMeta + 1))) { in IsSubsetMime()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMatrixConvolutionImageFilter.cpp | 381 srcBounds.offset(input->subset().x(), input->subset().y()); in onFilterImage() 400 // it so that filter impls don't need to worry about the subset origin. in onFilterImage() 404 dstBounds.offset(input->subset().x(), input->subset().y()); in onFilterImage()
|
H A D | SkAlphaThresholdImageFilter.cpp | 215 SkMatrix::Translate(input->subset().x(), input->subset().y())); in onFilterImage()
|
/third_party/skia/bench/ |
H A D | nanobench.cpp | 159 "Runs of a subset of the codec tests, always N32, Premul or Opaque"); 585 // This is indicates that subset decoding is not supported for a particular image format. in valid_brd_bench() 592 // minOutputSize x minOutputSize subset at the given sampleSize. in valid_brd_bench() 992 // sampleSize is used, the size of the subset that is decoded is always in rawNext() 1026 SkIRect subset; in rawNext() variable 1031 subset = SkIRect::MakeXYWH(0, 0, subsetSize, subsetSize); in rawNext() 1035 subset = SkIRect::MakeXYWH(width - subsetSize, 0, subsetSize, in rawNext() 1040 subset = SkIRect::MakeXYWH((width - subsetSize) / 2, in rawNext() 1045 subset = SkIRect::MakeXYWH(0, height - subsetSize, subsetSize, in rawNext() 1050 subset in rawNext() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | bitmap_impl.h | 44 virtual bool ExtractSubset(Bitmap& dst, const Rect& subset) const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_bitmap.h | 45 bool ExtractSubset(Bitmap& dst, const Rect& subset) const override;
|
/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.h | 33 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;
|
/third_party/skia/include/codec/ |
H A D | SkAndroidCodec.h | 145 * Return (via desiredSubset) a subset which can decoded from this codec, 146 * or false if the input subset is invalid. 149 * As input, a desired subset of the original bounds 152 * have been modified to a subset which is 156 * result in a valid subset. If false is returned, 159 * desiredSubset may be modified to a subset 169 * input sampleSize and subset. 172 * @param subset Must be a valid subset of the original image 173 * dimensions and a subset supporte [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | cred.c | 350 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument 353 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset() 356 * the capabilities of subset are a subset of set. in cred_cap_issubset() 359 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset() 362 * therefore one is a subset of the other only if a set is an in cred_cap_issubset() 363 * ancestor of subset and set->euid is owner of subset or one in cred_cap_issubset()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | __main__.py | 495 def parse_args(argv=sys.argv[1:], prog=sys.argv[0], *, subset=None): 508 subset=subset,
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | __main__.py | 363 def parse_args(argv=sys.argv[1:], prog=None, *, subset=None): 369 # if subset == 'check' or subset == ['check']: 382 subset=subset,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 108 // Get the subset of alive types from the given map. 120 // Get the subset of alive types for a specific limit, among the set of types affected by the limit. 123 TypeSet subset; in getAliveTypesForLimit() local 127 subset.insert(type); in getAliveTypesForLimit() 129 return subset; in getAliveTypesForLimit()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 259 * 'viewMatrix', using the 'srcQuad' texture coordinates clamped to the optional 'subset'. If 260 * 'subset' is null, it's equivalent to using the fast src rect constraint. If 'subset' is 261 * provided, the strict src rect constraint is applied using 'subset'. 275 const SkRect* subset, in drawTextureQuad() 281 color, mode, aa, &quad, subset); in drawTextureQuad() 676 const SkRect* subset = nullptr); 263 drawTextureQuad(const GrClip* clip, GrSurfaceProxyView view, GrColorType srcColorType, SkAlphaType srcAlphaType, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode mode, const SkPMColor4f& color, const SkPoint srcQuad[4], const SkPoint dstQuad[4], GrAA aa, GrQuadAAFlags edgeAA, const SkRect* subset, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> texXform) drawTextureQuad() argument
|
/third_party/skia/src/core/ |
H A D | SkReadBuffer.cpp | 340 SkIRect subset; in readImage() local 341 this->readIRect(&subset); in readImage() 343 image = image->makeSubset(subset); in readImage()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 76 Rect subset { in BitmapFuzzTest002() 82 bitmap.ExtractSubset(dst, subset); in BitmapFuzzTest002()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_bitmap_test.cpp | 146 Rect subset = Rect(0, 0, 50, 50); // 50: right, bottom in HWTEST_F() local 148 ASSERT_TRUE(!skiaBitmap.ExtractSubset(left, subset)); in HWTEST_F()
|