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

  /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/images/
SkImageDecoder_libwebp.cpp 302 int origWidth, origHeight, hasAlpha;
303 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
309 *height = origHeight;
313 this->fOrigHeight = origHeight;
402 int origWidth, origHeight, hasAlpha;
403 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
409 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
427 if (!webp_get_config_resize(&config, decodedBitmap, origWidth, origHeight,
SkImageDecoder_libpng.cpp 251 png_uint_32 origWidth, origHeight;
253 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
288 png_uint_32 origWidth, origHeight;
290 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
303 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
350 for (png_uint_32 y = 0; y < origHeight; y++) {
385 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
391 for (png_uint_32 y = 0; y < origHeight; y++) {
420 SkASSERT(read <= origHeight);
421 skip_src_rows(png_ptr, srcRow, origHeight - read)
    [all...]
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 312 int origWidth, origHeight, hasAlpha;
313 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
323 *height = origHeight;
327 this->fOrigHeight = origHeight;
416 int origWidth, origHeight, hasAlpha;
417 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
423 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
441 if (!webp_get_config_resize(&config, decodedBitmap, origWidth, origHeight,
SkImageDecoder_libpng.cpp 253 png_uint_32 origWidth, origHeight;
255 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
290 png_uint_32 origWidth, origHeight;
292 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
304 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
351 for (png_uint_32 y = 0; y < origHeight; y++) {
385 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
391 for (png_uint_32 y = 0; y < origHeight; y++) {
420 SkASSERT(read <= origHeight);
421 skip_src_rows(png_ptr, srcRow, origHeight - read)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 446 int origHeight = desc.fHeight;
475 desc.fHeight = origHeight;
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 446 int origHeight = desc.fHeight;
475 desc.fHeight = origHeight;
    [all...]

Completed in 4815 milliseconds