HomeSort by relevance Sort by last modified time
    Searched refs:subset (Results 1 - 25 of 32) sorted by null

1 2

  /external/skia/src/core/
SkBitmap_scroll.cpp 4 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy,
7 if (NULL != subset) {
10 return this->extractSubset(&tmp, *subset) &&
SkBitmap.cpp 641 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
650 if (!r.intersect(srcRect, subset)) {
    [all...]
  /external/skia/tests/
BitmapCopyTest.cpp 151 SkBitmap subset; local
154 if (src.extractSubset(&subset, r)) {
155 REPORTER_ASSERT(reporter, subset.width() == 1);
156 REPORTER_ASSERT(reporter, subset.height() == 1);
160 subset.copyTo(&copy, subset.config()));
165 SkAutoLockPixels alp0(subset);
168 bool hasCT = subset.getColorTable() != NULL;
  /external/e2fsprogs/util/
gen-tarball.in 20 subset)
22 list=subset
Makefile.in 40 sh gen-tarball subset
  /external/webkit/WebKit/android/
RenderSkinCombo.cpp 70 // arrow and not the border. We do this by drawing the relevant subset
102 SkIRect subset; local
103 subset.set(width - arrowWidth[resolution], 0, width, height);
104 bitmaps[kNormal][FullAsset].extractSubset(&bitmaps[kNormal][NoBorder], subset);
105 bitmaps[kDisabled][FullAsset].extractSubset(&bitmaps[kDisabled][NoBorder], subset);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
Character_SubsetTest.java 27 @TestTargetClass(Character.Subset.class)
31 * @tests java.lang.Character.Subset#Character.Subset(java.lang.String)
36 method = "Subset",
43 new Character.Subset(null) {
51 * @tests java.lang.Character.Subset#toString()
62 Character.Subset subset = new Character.Subset(name) { local
64 assertSame(name, subset.toString())
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 105 float delta; // Quantization delta for subset weights
221 typedef slist<Element> Subset;
222 typedef map<Label, Subset*> LabelMap;
246 Subset *subset = new Subset; local
247 subset->push_front(element);
248 return FindState(subset);
252 Subset *subset = subsets_[s] local
    [all...]
  /external/chromium/third_party/icu/source/data/misc/
miscfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /external/chromium/third_party/icu/source/data/sprep/
sprepfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /external/icu4c/data/misc/
miscfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /external/icu4c/data/sprep/
sprepfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /external/webkit/WebCore/platform/graphics/skia/
ImageSkia.cpp 136 // Draws the given bitmap to the given canvas. The subset of the source bitmap
139 // the whole image, not the subset). See shouldResampleBitmap for more.
148 // First get the subset we need. This is efficient and does not copy pixels.
149 SkBitmap subset; local
150 bitmap.extractSubset(&subset, srcIRect);
154 // Whether we're doing a subset or using the full source image.
202 SkBitmap resampled = skia::ImageOperations::Resize(subset,
242 // Note: for serialization, we will want to subset the bitmap first so
  /external/libxml2/include/libxml/
xmlregexp.h 179 xmlExpNodePtr subset,
xmlwriter.h 331 const xmlChar * subset);
  /external/skia/include/core/
SkBitmap.h 305 /** Scroll (a subset of) the contents of this bitmap by dx/dy. If there are
309 @param subset The subset of the bitmap to scroll/move. To scroll the
324 bool scrollRect(const SkIRect* subset, int dx, int dy,
358 pixel memory, and just point into a subset of it. However, if the config
360 the dst bitmap. If the subset rectangle, intersected with the bitmap's
363 @param dst The bitmap that will be set to a subset of this bitmap
364 @param subset The rectangle of pixels in this bitmap that dst will
366 @return true if the subset copy was successfully made.
368 bool extractSubset(SkBitmap* dst, const SkIRect& subset) const
    [all...]
  /external/libxml2/
debugXML.c 2650 xmlDtdPtr subset; local
    [all...]
xmlwriter.c     [all...]
xmlregexp.c     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 53 so that any subset of 20 bits can be used as hash key.
99 very small subset of them (none, to be more exact) really use it.
ip-tunnels.tex 347 Essentially, Cisco setup is subset of options, available for Linux.
  /build/core/
envsetup.mk 76 # Windows SDK. Only a subset of tools and SDK will manage to build properly.
main.mk 573 # a subset of the module makefiles. Don't try to build any modules
  /external/blktrace/btt/doc/
btt.tex 449 \item[subset of \texttt{.avg} data, easily parsed ] When the
451 been specified, then a subset of the data produced by default is
    [all...]
  /dalvik/docs/
prettify.js 22 * It works passably on Ruby, PHP and Awk and a decent subset of Perl, but,
    [all...]

Completed in 5166 milliseconds

1 2