Searched refs:origHeight (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DSkBitmapRef.h45 int origHeight() const { return fOrigHeight; } function in class:SkBitmapRef
H A DImageAndroid.cpp200 float invScaleY = (float)bitmap.height() / image->origHeight();
216 bitmap.height() != image->origHeight()) {
219 image->origWidth(), image->origHeight());
248 image->origHeight() != origBitmap.height();
253 scaleY = (float)image->origHeight() / origBitmap.height();
H A DImageSourceAndroid.cpp122 int origHeight, int sampleSize)
124 this->setOrigSize(origWidth, origHeight);
344 return IntSize(m_decoder.m_image->origWidth(), m_decoder.m_image->origHeight());
121 PrivateAndroidImageSourceRec(const SkBitmap& bm, int origWidth, int origHeight, int sampleSize) argument
/external/skia/src/images/
H A DSkScaledBitmapSampler.h18 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
H A DSkImageDecoder_libwebp.cpp104 int origHeight; member in class:SkWEBPImageDecoder
240 int origHeight) {
257 origHeight != decodedBitmap->height()) {
297 int origWidth, origHeight; local
298 if (!webp_parse_header(stream, &origWidth, &origHeight)) {
304 *height = origHeight;
308 this->origHeight = origHeight;
322 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
397 int origWidth, origHeight; local
238 webp_get_config_resize(WebPDecoderConfig& config, SkBitmap* decodedBitmap, int origWidth, int origHeight) argument
[all...]
H A DSkImageDecoder_libpng.cpp226 png_uint_32 origWidth, origHeight; local
228 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
268 png_uint_32 origWidth, origHeight; local
270 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth,
284 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
349 for (png_uint_32 y = 0; y < origHeight; y++) {
378 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
384 for (png_uint_32 y = 0; y < origHeight; y++) {
413 SkASSERT(read <= origHeight);
414 skip_src_rows(png_ptr, srcRow, origHeight
443 png_uint_32 origWidth, origHeight; local
459 png_uint_32 origWidth, origHeight; local
627 png_uint_32 origWidth, origHeight; local
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp443 int origHeight = desc.fHeight; local
480 desc.fHeight = origHeight;

Completed in 186 milliseconds