HomeSort by relevance Sort by last modified time
    Searched defs:origWidth (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
SkBitmapRef.h 44 int origWidth() const { return fOrigWidth; }
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 102 int origWidth;
238 SkBitmap* decodedBitmap, int origWidth,
255 if (origWidth != decodedBitmap->width() ||
296 int origWidth, origHeight;
297 if (!webp_parse_header(stream, &origWidth, &origHeight)) {
302 *width = origWidth;
306 this->origWidth = origWidth;
347 int origWidth, origHeight;
348 if (!webp_parse_header(stream, &origWidth, &origHeight))
    [all...]
SkImageDecoder_libpng.cpp 234 png_uint_32 origWidth, origHeight;
236 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
276 png_uint_32 origWidth, origHeight;
278 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
292 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
386 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
388 size_t rb = origWidth * srcBytesPerPixel;
405 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
451 png_uint_32 origWidth, origHeight;
452 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 1461 milliseconds