/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | TableSubsetter.java | 33 public boolean subset(Subsetter subsetter, Font font, Font.Builder fontBuilder) in subset() method
|
H A D | CMapTableSubsetter.java | 41 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 D | HorizontalMetricsTableSubsetter.java | 39 public boolean subset(Subsetter subsetter, Font font, Builder fontBuilder) { in subset() method in HorizontalMetricsTableSubsetter
|
H A D | PostScriptTableSubsetter.java | 37 public boolean subset(Subsetter subsetter, Font font, Font.Builder fontBuilder) { in subset() method in PostScriptTableSubsetter
|
/third_party/skia/include/android/ |
H A D | SkAndroidFrameworkUtils.h | 43 static int SaveBehind(SkCanvas* canvas, const SkRect* subset);
|
/third_party/skia/tests/ |
H A D | SubsetPath.h | 13 /* 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 D | Surface_Graphite.h | 24 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;
|
H A D | Image_Graphite.h | 66 const SkRect* subset,
|
/third_party/skia/bench/ |
H A D | BitmapRegionDecoderBench.h | 25 * Benchmark Android's BitmapRegionDecoder for a particular colorType, sampleSize, and subset. 34 uint32_t sampleSize, const SkIRect& subset);
|
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...] |
/third_party/skia/src/gpu/ |
H A D | GrBackendTextureImageGenerator.cpp | 179 // 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 D | GrAHardwareBufferImageGenerator.cpp | 202 // 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 D | SkImage_GpuBase.cpp | 132 sk_sp<SkImage> SkImage_GpuBase::onMakeSubset(const SkIRect& subset, in onMakeSubset() argument 146 subset, in onMakeSubset()
|
H A D | SkImage_GpuBase.h | 27 sk_sp<SkImage> onMakeSubset(const SkIRect& subset, GrDirectContext*) const final;
|
/third_party/skia/src/gpu/ops/ |
H A D | TextureOp.h | 42 * '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 D | GrYUVtoRGBEffect.h | 23 const SkRect* subset = nullptr,
|
H A D | GrGaussianConvolutionFragmentProcessor.h | 24 * 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 D | hb-subset.hh | 33 #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 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-head-table.hh | 63 bool subset (hb_subset_context_t *c) const in subset() function
|
/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()
|
/third_party/skia/src/core/ |
H A D | SkBitmapCache.h | 28 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__.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()
|