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

  /external/webkit/Source/WebCore/platform/graphics/android/
SkBitmapRef.h 44 int origWidth() const { return fOrigWidth; }
ImageAndroid.cpp 198 float invScaleX = (float)bitmap.width() / image->origWidth();
214 if (bitmap.width() != image->origWidth() ||
218 image->origWidth(), image->origHeight());
246 bool imageIsSubSampled = image->origWidth() != origBitmap.width() ||
251 scaleX = (float)image->origWidth() / origBitmap.width();
ImageSourceAndroid.cpp 101 PrivateAndroidImageSourceRec(const SkBitmap& bm, int origWidth,
104 this->setOrigSize(origWidth, origHeight);
294 return IntSize(m_decoder.m_image->origWidth(), m_decoder.m_image->origHeight());
  /external/skia/src/images/
SkScaledBitmapSampler.h 18 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
SkImageDecoder_libwebp.cpp 111 int origWidth;
290 int origWidth, origHeight, hasAlpha;
291 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
296 *width = origWidth;
300 this->origWidth = origWidth;
316 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
391 int origWidth, origHeight, hasAlpha;
392 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
398 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize)
    [all...]
SkImageDecoder_libpng.cpp 226 png_uint_32 origWidth, origHeight;
228 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
268 png_uint_32 origWidth, origHeight;
270 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
284 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
378 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
380 size_t rb = origWidth * srcBytesPerPixel;
397 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
443 png_uint_32 origWidth, origHeight;
444 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 375 const int origWidth = *data++;
376 assert_row_width(data, origWidth);
377 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
379 int expectedWidth = origWidth - trimL - trimR;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/skia/src/gpu/
GrContext.cpp 442 int origWidth = desc.fWidth;
468 desc.fWidth = origWidth;
479 desc.fWidth = origWidth;
    [all...]

Completed in 513 milliseconds