HomeSort by relevance Sort by last modified time
    Searched refs:origWidth (Results 1 - 13 of 13) 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/legacy/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/images/
SkScaledBitmapSampler.h 18 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
SkImageDecoder_libpng.cpp 227 png_uint_32 origWidth, origHeight;
229 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
269 png_uint_32 origWidth, origHeight;
271 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
285 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
379 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
381 size_t rb = origWidth * srcBytesPerPixel;
398 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
449 png_uint_32 origWidth, origHeight;
450 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth
    [all...]
SkImageDecoder_libwebp.cpp 111 int origWidth;
284 int origWidth, origHeight, hasAlpha;
285 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
290 *width = origWidth;
294 this->origWidth = origWidth;
310 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
385 int origWidth, origHeight, hasAlpha;
386 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
392 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize)
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 389 int origWidth = desc.fWidth;
419 desc.fWidth = origWidth;
430 desc.fWidth = origWidth;
    [all...]
  /external/skia/legacy/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/skia/src/core/
SkAAClip.cpp 384 const int origWidth = *data++;
385 assert_row_width(data, origWidth);
386 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
388 int expectedWidth = origWidth - trimL - trimR;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 162 milliseconds