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

  /external/webkit/Source/WebCore/platform/graphics/android/
SkBitmapRef.h 44 int origWidth() const { return fOrigWidth; }
ImageAndroid.cpp 212 float invScaleX = (float)bitmap.width() / image->origWidth();
235 if (bitmap.width() != image->origWidth() ||
239 image->origWidth(), image->origHeight());
274 bool imageIsSubSampled = image->origWidth() != origBitmap.width() ||
279 scaleX = (float)image->origWidth() / origBitmap.width();
331 if (bitmap.width() != image->origWidth() ||
335 image->origWidth(), image->origHeight(),
ImageSourceAndroid.cpp 121 PrivateAndroidImageSourceRec(const SkBitmap& bm, int origWidth,
124 this->setOrigSize(origWidth, origHeight);
344 return IntSize(m_decoder.m_image->origWidth(), m_decoder.m_image->origHeight());
  /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...]
SkScaledBitmapSampler.h 11 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
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 274 milliseconds