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

  /external/webkit/Source/WebCore/platform/graphics/android/
SkBitmapRef.h 45 int origHeight() const { return fOrigHeight; }
ImageAndroid.cpp 199 float invScaleY = (float)bitmap.height() / image->origHeight();
215 bitmap.height() != image->origHeight()) {
218 image->origWidth(), image->origHeight());
247 image->origHeight() != origBitmap.height();
252 scaleY = (float)image->origHeight() / origBitmap.height();
ImageSourceAndroid.cpp 102 int origHeight, int sampleSize)
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 112 int origHeight;
290 int origWidth, origHeight, hasAlpha;
291 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
297 *height = origHeight;
301 this->origHeight = origHeight;
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);
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 - read)
    [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);
350 for (png_uint_32 y = 0; y < origHeight; y++) {
379 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
385 for (png_uint_32 y = 0; y < origHeight; y++) {
414 SkASSERT(read <= origHeight);
415 skip_src_rows(png_ptr, srcRow, origHeight - read)
    [all...]
SkImageDecoder_libwebp.cpp 112 int origHeight;
284 int origWidth, origHeight, hasAlpha;
285 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
291 *height = origHeight;
295 this->origHeight = origHeight;
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...]
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 124 int origHeight;
127 origHeight = rootView.getHeight();
135 while (Math.abs(newHeight - origHeight) < IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) {
139 return (Math.abs(origHeight - newHeight) >= IME_MIN_HEIGHT);
  /external/skia/src/gpu/
GrContext.cpp 390 int origHeight = desc.fHeight;
431 desc.fHeight = origHeight;
    [all...]

Completed in 245 milliseconds