HomeSort by relevance Sort by last modified time
    Searched refs:subset (Results 126 - 150 of 341) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/gm/
drawimageset.cpp 56 SkIRect subset = SkIRect::MakeXYWH(x * tileW - 1, y * tileH - 1, tileW + 2, tileH + 2); local
59 subset.fLeft = 0;
63 subset.fRight = w;
67 subset.fTop = 0;
71 subset.fBottom = h;
74 set[y * m + x].fImage = fullImage->makeSubset(subset);
verylargebitmap.cpp 61 SkIRect subset = SkIRect::MakeLTRB(hw - 64, hh - 32, hw + 64, hh + 32); local
62 canvas->drawImageRect(image, subset, dstRect, nullptr);
  /external/skqp/gm/
drawimageset.cpp 56 SkIRect subset = SkIRect::MakeXYWH(x * tileW - 1, y * tileH - 1, tileW + 2, tileH + 2); local
59 subset.fLeft = 0;
63 subset.fRight = w;
67 subset.fTop = 0;
71 subset.fBottom = h;
74 set[y * m + x].fImage = fullImage->makeSubset(subset);
verylargebitmap.cpp 61 SkIRect subset = SkIRect::MakeLTRB(hw - 64, hh - 32, hw + 64, hh + 32); local
62 canvas->drawImageRect(image, subset, dstRect, nullptr);
  /cts/tests/tests/networksecurityconfig/networksecurityconfig-resourcesrc/src/android/security/net/config/cts/
ResourceSourceTest.java 105 Set<? extends Object> subset) throws Exception {
106 for (Object o : subset) {
  /external/e2fsprogs/util/
Makefile.in 52 sh gen-tarball subset
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 21 # * To REPLACE the default list and only build a subset of files:
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 21 # * To REPLACE the default list and only build a subset of files:
  /external/skia/src/codec/
SkCodecPriv.h 33 static inline bool is_valid_subset(const SkIRect& subset, const SkISize& imageDims) {
34 return SkIRect::MakeSize(imageDims).contains(subset);
  /external/skqp/src/codec/
SkCodecPriv.h 33 static inline bool is_valid_subset(const SkIRect& subset, const SkISize& imageDims) {
34 return SkIRect::MakeSize(imageDims).contains(subset);
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 97 bool subset (hb_subset_plan_t *plan) const function in struct:OT::maxp
  /external/skia/include/codec/
SkAndroidCodec.h 148 * Return (via desiredSubset) a subset which can decoded from this codec,
149 * or false if the input subset is invalid.
152 * As input, a desired subset of the original bounds
155 * have been modified to a subset which is
159 * result in a valid subset. If false is returned,
162 * desiredSubset may be modified to a subset
172 * input sampleSize and subset.
175 * @param subset Must be a valid subset of the original image
176 * dimensions and a subset supported by SkAndroidCodec
    [all...]
  /external/skia/src/core/
SkBitmapCache.cpp 30 SkBitmapCacheDesc SkBitmapCacheDesc::Make(uint32_t imageID, const SkIRect& subset) {
32 SkASSERT(subset.width() > 0 && subset.height() > 0);
33 return { imageID, subset };
178 // Ensure that the info matches the subset (i.e. the subset is the entire image)
  /external/skia/src/image/
SkImage_Lazy.h 23 Validator(sk_sp<SharedGenerator>, const SkIRect* subset, const SkColorType* colorType,
  /external/skqp/include/codec/
SkAndroidCodec.h 148 * Return (via desiredSubset) a subset which can decoded from this codec,
149 * or false if the input subset is invalid.
152 * As input, a desired subset of the original bounds
155 * have been modified to a subset which is
159 * result in a valid subset. If false is returned,
162 * desiredSubset may be modified to a subset
172 * input sampleSize and subset.
175 * @param subset Must be a valid subset of the original image
176 * dimensions and a subset supported by SkAndroidCodec
    [all...]
  /external/skqp/src/core/
SkBitmapCache.cpp 30 SkBitmapCacheDesc SkBitmapCacheDesc::Make(uint32_t imageID, const SkIRect& subset) {
32 SkASSERT(subset.width() > 0 && subset.height() > 0);
33 return { imageID, subset };
178 // Ensure that the info matches the subset (i.e. the subset is the entire image)
  /external/skqp/src/image/
SkImage_Lazy.h 23 Validator(sk_sp<SharedGenerator>, const SkIRect* subset, const SkColorType* colorType,
  /external/tensorflow/tensorflow/core/kernels/
serialize_sparse_op.cc 228 for (const auto& subset : minibatch) {
229 const int64 b = subset.group()[0];
236 const auto indices = subset.indices();
237 const auto values = subset.values<T>();
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 228 List<IToken> subset = new List<IToken>(count);
235 subset.Add(token);
238 return subset;
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 261 List<IToken> subset = new List<IToken>(count);
268 subset.Add(token);
271 return subset;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 163 List<Token> subset = new ArrayList<Token>(); local
168 subset.add(t);
170 return subset;
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCldrFactory.java 77 assertEquals("en subset of enDouble", null, getUncontainedPath(enMain, enDouble));
78 assertEquals("enAnnotations subset of enDouble", null, getUncontainedPath(enAnnotations, enDouble));
112 * Returns first string that has a different value in superset than in subset.
113 * @param subset
117 private String getUncontainedPath(CLDRFile subset, CLDRFile superset) {
119 for (String xpath : subset) {
123 String subValue = subset.getStringValue(xpath);
134 * @param subset
  /external/skia/include/core/
SkPixmap.h 113 /** Sets subset width, height, pixel address to intersection of SkPixmap with area,
114 if intersection is not empty; and return true. Otherwise, leave subset unchanged
119 @param subset storage for width, height, pixel address of intersection
123 bool SK_WARN_UNUSED_RESULT extractSubset(SkPixmap* subset, const SkIRect& area) const;
680 /** Writes color to pixels bounded by subset; returns true on success.
681 Returns false if colorType() is kUnknown_SkColorType, or if subset does
685 @param subset bounding integer SkRect of written pixels
688 bool erase(SkColor color, const SkIRect& subset) const;
699 /** Writes color to pixels bounded by subset; returns true on success.
700 if subset is nullptr, writes colors pixels inside bounds(). Returns false i
    [all...]
  /external/skqp/include/core/
SkPixmap.h 113 /** Sets subset width, height, pixel address to intersection of SkPixmap with area,
114 if intersection is not empty; and return true. Otherwise, leave subset unchanged
119 @param subset storage for width, height, pixel address of intersection
123 bool SK_WARN_UNUSED_RESULT extractSubset(SkPixmap* subset, const SkIRect& area) const;
668 /** Writes color to pixels bounded by subset; returns true on success.
669 Returns false if colorType() is kUnknown_SkColorType, or if subset does
673 @param subset bounding integer SkRect of written pixels
676 bool erase(SkColor color, const SkIRect& subset) const;
687 /** Writes color to pixels bounded by subset; returns true on success.
688 if subset is nullptr, writes colors pixels inside bounds(). Returns false i
    [all...]
  /external/skia/tests/
CodecTest.cpp 150 SkIRect subset = SkIRect::MakeLTRB(0, y, info.width(), local
153 options.fSubset = &subset;
157 subset.top(), subset.bottom());
324 // support subset decodes - png and jpeg (once SkJpegCodec is
374 SkIRect subset = SkIRect::MakeXYWH(2 * (width / 3), 0, width / 3, height); local
375 options.fSubset = &subset;
394 // meaningful subset.
400 SkIRect subset; local
402 opts.fSubset = &subset;
998 SkIRect subset = SkIRect::MakeWH(100, 100); local
1022 SkIRect subset = SkIRect::MakeWH(subsetWidth, subsetHeight); local
1628 sk_sp<SkData> subset = SkData::MakeSubset(data.get(), 0, truncatedSize); local
    [all...]

Completed in 730 milliseconds

1 2 3 4 56 7 8 91011>>