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

  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
SkImageDecoder_libpng.cpp 282 png_uint_32 origWidth, origHeight;
284 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
319 png_uint_32 origWidth, origHeight;
321 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
333 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
385 for (png_uint_32 y = 0; y < origHeight; y++) {
419 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
425 for (png_uint_32 y = 0; y < origHeight; y++) {
454 SkASSERT(read <= origHeight);
455 skip_src_rows(png_ptr, srcRow, origHeight - read)
    [all...]
SkImageDecoder_libwebp.cpp 302 int origWidth, origHeight, hasAlpha;
303 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
313 *height = origHeight;
317 this->fOrigHeight = origHeight;
406 int origWidth, origHeight, hasAlpha;
407 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
413 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
431 if (!webp_get_config_resize(&config, decodedBitmap, origWidth, origHeight,
  /external/skia/src/images/
SkScaledBitmapSampler.h 19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
SkImageDecoder_libpng.cpp 282 png_uint_32 origWidth, origHeight;
284 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
319 png_uint_32 origWidth, origHeight;
321 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
333 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
390 for (png_uint_32 y = 0; y < origHeight; y++) {
424 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
430 for (png_uint_32 y = 0; y < origHeight; y++) {
459 SkASSERT(read <= origHeight);
460 skip_src_rows(png_ptr, srcRow, origHeight - read)
    [all...]
SkImageDecoder_libwebp.cpp 302 int origWidth, origHeight, hasAlpha;
303 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
313 *height = origHeight;
317 this->fOrigHeight = origHeight;
406 int origWidth, origHeight, hasAlpha;
407 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
413 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
431 if (!webp_get_config_resize(&config, decodedBitmap, origWidth, origHeight,
  /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/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 443 int origHeight = desc.fHeight;
472 desc.fHeight = origHeight;
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 443 int origHeight = desc.fHeight;
472 desc.fHeight = origHeight;
    [all...]

Completed in 236 milliseconds