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

1 23 4 5 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 233 """Load the internal subset if there might be one."""
237 subset = extractor.getSubset()
238 self.document.doctype.internalSubset = subset
583 # Takes a string for the doctype, subset string, and namespace attrs string.
636 subset = doctype.internalSubset or self._getDeclarations()
643 subset = ""
645 document = _FRAGMENT_BUILDER_TEMPLATE % (ident, subset, nsattrs)
657 """Re-create the internal subset from the DocumentType node.
870 subset = None variable in class:InternalSubsetExtractor
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 156 SkIRect subset; local
157 subset.set(0, 0, ps.width(), ps.height());
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ParseHelper.h 114 TIntermTyped* constructStruct(TIntermNode*, TType*, int, const TSourceLoc&, bool subset);
115 TIntermTyped* constructBuiltIn(const TType*, TOperator, TIntermNode*, const TSourceLoc&, bool subset);
  /external/chromium_org/third_party/skia/src/core/
SkOrderedReadBuffer.cpp 235 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); local
236 if (bitmap->extractSubset(&subsetBm, subset)) {
SkBitmap.cpp 948 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
957 if (!r.intersect(srcRect, subset)) {
963 SkPixelRef* pixelRef = fPixelRef->deepCopy(this->config(), &subset);
966 dst.setConfig(this->config(), subset.width(), subset.height());
1048 SkIRect subset; local
1049 if (get_upper_left_from_offset(*this, &subset.fLeft, &subset.fTop)) {
1050 subset.fRight = subset.fLeft + fWidth
    [all...]
  /external/skia/gm/
bitmapscroll.cpp 121 void draw9(SkCanvas* canvas, int x, int y, SkIRect* subset,
138 subset, scrollX * xMult, scrollY * yMult);
  /external/skia/src/core/
SkOrderedReadBuffer.cpp 235 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height); local
236 if (bitmap->extractSubset(&subsetBm, subset)) {
SkBitmap.cpp 948 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
957 if (!r.intersect(srcRect, subset)) {
963 SkPixelRef* pixelRef = fPixelRef->deepCopy(this->config(), &subset);
966 dst.setConfig(this->config(), subset.width(), subset.height());
1048 SkIRect subset; local
1049 if (get_upper_left_from_offset(*this, &subset.fLeft, &subset.fTop)) {
1050 subset.fRight = subset.fLeft + fWidth
    [all...]
  /external/skia/tests/
WArrayTest.cpp 141 const uint32_t subset[], int subsetLen,
145 , fSubset(subset)
  /external/zlib/
Android.mk 67 # 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/libxml/src/include/libxml/
xmlregexp.h 179 xmlExpNodePtr subset,
  /external/libxml2/include/libxml/
xmlregexp.h 179 xmlExpNodePtr subset,
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 421 /** Scroll (a subset of) the contents of this bitmap by dx/dy. If there are
426 @param subset The subset of the bitmap to scroll/move. To scroll the
441 bool scrollRect(const SkIRect* subset, int dx, int dy,
502 pixel memory, and just point into a subset of it. However, if the config
504 the dst bitmap. If the subset rectangle, intersected with the bitmap's
507 @param dst The bitmap that will be set to a subset of this bitmap
508 @param subset The rectangle of pixels in this bitmap that dst will
510 @return true if the subset copy was successfully made.
512 bool extractSubset(SkBitmap* dst, const SkIRect& subset) const
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 922 SkIRect subset = SkIRect::MakeXYWH(0, 0, 1, image->height()); local
960 SkIRect subset = SkIRect::MakeXYWH(0, 0, image->width(), 1); local
    [all...]
  /external/skia/include/core/
SkBitmap.h 421 /** Scroll (a subset of) the contents of this bitmap by dx/dy. If there are
426 @param subset The subset of the bitmap to scroll/move. To scroll the
441 bool scrollRect(const SkIRect* subset, int dx, int dy,
502 pixel memory, and just point into a subset of it. However, if the config
504 the dst bitmap. If the subset rectangle, intersected with the bitmap's
507 @param dst The bitmap that will be set to a subset of this bitmap
508 @param subset The rectangle of pixels in this bitmap that dst will
510 @return true if the subset copy was successfully made.
512 bool extractSubset(SkBitmap* dst, const SkIRect& subset) const
    [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 1040 SkIRect subset = SkIRect::MakeXYWH(0, 0, 1, image->height()); local
1078 SkIRect subset = SkIRect::MakeXYWH(0, 0, image->width(), 1); local
    [all...]
  /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);
485 "The supplied subset does not fall within the destination image.";
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 240 SkIRect subset = SkIRect::MakeXYWH(x, y, w, h); local
241 return src->extractSubset(dst, subset);
  /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/src/images/
SkImageDecoder.cpp 243 SkIRect subset = SkIRect::MakeXYWH(x, y, w, h); local
244 return src->extractSubset(dst, subset);
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 267 regs = regs.subset(compatRegs);

Completed in 1003 milliseconds

1 23 4 5 6