Home
last modified time | relevance | path

Searched refs:subset (Results 101 - 125 of 236) sorted by relevance

12345678910

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DTableSubsetter.java33 public boolean subset(Subsetter subsetter, Font font, Font.Builder fontBuilder) in subset() method
H A DCMapTableSubsetter.java41 public boolean subset(Subsetter subsetter, Font font, Builder fontBuilder) throws IOException { in subset() method in CMapTableSubsetter
44 throw new RuntimeException("Font to subset is not valid."); in subset()
H A DHorizontalMetricsTableSubsetter.java39 public boolean subset(Subsetter subsetter, Font font, Builder fontBuilder) { in subset() method in HorizontalMetricsTableSubsetter
H A DPostScriptTableSubsetter.java37 public boolean subset(Subsetter subsetter, Font font, Font.Builder fontBuilder) { in subset() method in PostScriptTableSubsetter
/third_party/skia/include/android/
H A DSkAndroidFrameworkUtils.h43 static int SaveBehind(SkCanvas* canvas, const SkRect* subset);
/third_party/skia/tests/
H A DSubsetPath.h13 /* Given a path, generate a the desired minimal subset of the original.
16 contours, and then by verbs. The caller passes whether the previous subset
17 behaved the same as the original. If not, the subset() call restores the
18 prior state before returning a new subset.
26 while (subsetContours.subset(testFailed, &minimal)) {
31 while (subsetVerbs.subset(testFailed, &minimal)) {
40 bool subset(bool testFailed, SkPath* sub);
/third_party/skia/experimental/graphite/src/
H A DSurface_Graphite.h24 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;
H A DImage_Graphite.h66 const SkRect* subset,
/third_party/skia/bench/
H A DBitmapRegionDecoderBench.h25 * Benchmark Android's BitmapRegionDecoder for a particular colorType, sampleSize, and subset.
34 uint32_t sampleSize, const SkIRect& subset);
H A Dnanobench.cpp159 "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...]
/third_party/skia/src/gpu/
H A DGrBackendTextureImageGenerator.cpp179 // will be cached and re-used. If they draw a subset, though, we may be in onGenerateTexture()
225 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height()); in onGenerateTexture() local
235 subset, in onGenerateTexture()
H A DGrAHardwareBufferImageGenerator.cpp202 // Otherwise, make a copy for the requested subset and/or MIP maps. in onGenerateTexture()
203 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height()); in onGenerateTexture() local
209 return GrSurfaceProxyView::Copy(context, std::move(texProxyView), mipMapped, subset, in onGenerateTexture()
/third_party/skia/src/image/
H A DSkImage_GpuBase.cpp132 sk_sp<SkImage> SkImage_GpuBase::onMakeSubset(const SkIRect& subset, in onMakeSubset() argument
146 subset, in onMakeSubset()
H A DSkImage_GpuBase.h27 sk_sp<SkImage> onMakeSubset(const SkIRect& subset, GrDirectContext*) const final;
/third_party/skia/src/gpu/ops/
H A DTextureOp.h42 * 'localQuad' to map into the proxy's texture space. If non-null, 'subset' represents the
61 const SkRect* subset = nullptr);
/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.h23 const SkRect* subset = nullptr,
H A DGrGaussianConvolutionFragmentProcessor.h24 * axis indicated by Direction. The WrapMode is applied to the subset. If present, the
37 const SkIRect& subset,
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset.hh33 #include "hb-subset.h"
36 #include "hb-subset-input.hh"
37 #include "hb-subset-plan.hh"
48 ( obj.subset (this, std::forward<Ts> (ds)...) )
H A Dhb-ot-color-cbdt-table.hh560 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 Dhb-ot-head-table.hh63 bool subset (hb_subset_context_t *c) const in subset() function
/third_party/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp381 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()
/third_party/skia/src/core/
H A DSkBitmapCache.h28 SkIRect fSubset; // always set to a valid rect (entire or subset)
37 static SkBitmapCacheDesc Make(uint32_t genID, const SkIRect& subset);
/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__main__.py495 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__.py363 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 DvktApiMaintenance3Check.cpp108 // 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()

Completed in 14 milliseconds

12345678910