HomeSort by relevance Sort by last modified time
    Searched refs:subset (Results 76 - 100 of 203) sorted by null

1 2 34 5 6 7 8 9

  /external/zlib/
Android.mk 69 # libunz used to be an unzip-only subset of libz. Only host-side tools were
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SecureAlbum.java 95 ArrayList<Path> subset = new ArrayList<Path>(mExistingItems.subList(start, end)); local
105 mDataManager.mapMediaItems(subset, consumer, 0);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 384 // filled by a fill color. In this case, we will use a subset of the larger bitmap
386 SkBitmap subset; local
388 // are we only a subset of the total bounds?
394 // Create a subset of the bitmap.
399 if (!bm->extractSubset(&subset, subsetRect)) {
402 // Update the sampler. We'll now be only sampling into the subset.
404 workingBitmap = &subset;
409 // bm is already locked, but if we had to take a subset, it must be locked also,
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 385 // filled by a fill color. In this case, we will use a subset of the larger bitmap
387 SkBitmap subset; local
389 // are we only a subset of the total bounds?
395 // Create a subset of the bitmap.
400 if (!bm->extractSubset(&subset, subsetRect)) {
403 // Update the sampler. We'll now be only sampling into the subset.
405 workingBitmap = &subset;
410 // bm is already locked, but if we had to take a subset, it must be locked also,
  /external/fonttools/Lib/fontTools/
subset.py 56 def subset(self, glyphs): function
83 def subset(self, glyphs, remap=False): function
120 indices = self.Coverage.subset(s.glyphs)
179 indices = self.Coverage.subset(s.glyphs)
188 all(c.subset(s.glyphs)
196 return len(self.Coverage.subset(s.glyphs))
198 indices = self.Coverage.subset(s.glyphs)
215 indices = self.Coverage.subset(s.glyphs)
228 class1_map = self.ClassDef1.subset(s.glyphs, remap=True)
229 class2_map = self.ClassDef2.subset(s.glyphs, remap=True
2059 def subset(self, font): member in class:Subsetter
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlregexp.h 179 xmlExpNodePtr subset,
  /external/libxml2/include/libxml/
xmlregexp.h 179 xmlExpNodePtr subset,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType; enumerator in enum:filterType
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 161 typedef enum filterType {exact, subset} ClastFilterType; enumerator in enum:filterType
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
msgs.js 93 * NOTE: Only a subset of locale identifiers are supported. See the
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 754 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
763 if (!r.intersect(srcRect, subset)) {
769 SkPixelRef* pixelRef = fPixelRef->deepCopy(this->colorType(), &subset);
772 dst.setInfo(SkImageInfo::Make(subset.width(), subset.height(),
896 SkIRect subset; local
897 subset.setXYWH(fPixelRefOrigin.fX, fPixelRefOrigin.fY,
899 if (fPixelRef->readPixels(&tmpSrc, &subset)) {
993 // Since there is no subset to pass to deepCopy, and deepCopy
    [all...]
SkReadBuffer.cpp 253 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); local
254 if (bitmap->extractSubset(&subsetBm, subset)) {
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 1076 SkIRect subset = SkIRect::MakeXYWH(0, 0, 1, image->height()); local
1114 SkIRect subset = SkIRect::MakeXYWH(0, 0, image->width(), 1); local
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 818 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
827 if (!r.intersect(srcRect, subset)) {
833 SkPixelRef* pixelRef = fPixelRef->deepCopy(this->colorType(), &subset);
836 dst.setInfo(SkImageInfo::Make(subset.width(), subset.height(),
911 SkIRect subset; local
912 subset.setXYWH(fPixelRefOrigin.fX, fPixelRefOrigin.fY,
914 if (fPixelRef->readPixels(&tmpSrc, &subset)) {
1047 // Since there is no subset to pass to deepCopy, and deepCopy
    [all...]
SkReadBuffer.cpp 255 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); local
256 if (bitmap->extractSubset(&subsetBm, subset)) {
  /external/skia/src/pdf/
SkPDFShader.cpp 1076 SkIRect subset = SkIRect::MakeXYWH(0, 0, 1, image->height()); local
1114 SkIRect subset = SkIRect::MakeXYWH(0, 0, image->width(), 1); local
    [all...]
SkPDFImage.cpp 592 SkBitmap subset; local
593 // Extract subset
594 if (!fBitmap.extractSubset(&subset, fSrcRect)) {
598 SkAutoTUnref<SkData> data(fEncoder(&pixelRefOffset, subset));
  /external/noto-fonts/
Android.mk 166 # Use a larger subset of Noto Sans Symbols on EXTENDED_FONT_FOOTPRINT
167 # builds, but a smaller subset on other devices.
213 # Include a subset of NotoSansJP in EXTENDED_FONT_FOOTPRINT builds.
  /external/ceres-solver/internal/ceres/
covariance_test.cc 517 vector<int> subset; local
518 subset.push_back(2);
519 problem_.SetParameterization(y, new SubsetParameterization(3, subset));
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 60 // Process and descend into a subset of recognized tags.
  /external/chromium_org/skia/ext/
image_operations.cc 170 // Subset of scaled destination bitmap to compute.
385 SkIRect subset = { dest_subset.fLeft, dest_subset.fTop,
389 height, subset, allocator);
484 "The supplied subset does not fall within the destination image.";
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 392 * A bitmap can reference a subset of a pixelref's pixels. That means the
506 /** Scroll (a subset of) the contents of this bitmap by dx/dy. If there are
511 @param subset The subset of the bitmap to scroll/move. To scroll the
525 bool scrollRect(const SkIRect* subset, int dx, int dy,
578 pixel memory, and just point into a subset of it. However, if the colortype
580 the dst bitmap. If the subset rectangle, intersected with the bitmap's
583 @param dst The bitmap that will be set to a subset of this bitmap
584 @param subset The rectangle of pixels in this bitmap that dst will
586 @return true if the subset copy was successfully made
    [all...]
  /external/compiler-rt/make/
util.mk 24 # Return "true" if 'a' is a subset of 'b'.
  /external/opencv/ml/src/
mltree.cpp 868 split->subset[i] = 0;
1439 const int* subset = node->split->subset; local
2454 const int* subset = split->subset; local
    [all...]
  /external/skia/include/core/
SkBitmap.h 429 * A bitmap can reference a subset of a pixelref's pixels. That means the
543 /** Scroll (a subset of) the contents of this bitmap by dx/dy. If there are
548 @param subset The subset of the bitmap to scroll/move. To scroll the
562 bool scrollRect(const SkIRect* subset, int dx, int dy,
615 pixel memory, and just point into a subset of it. However, if the colortype
617 the dst bitmap. If the subset rectangle, intersected with the bitmap's
620 @param dst The bitmap that will be set to a subset of this bitmap
621 @param subset The rectangle of pixels in this bitmap that dst will
623 @return true if the subset copy was successfully made
    [all...]

Completed in 1466 milliseconds

1 2 34 5 6 7 8 9