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

  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 33 etc1_uint32 origHeight = etc1_pkm_get_height(origData);
39 (origHeight % kETC1BlockHeight) != 0) {
44 if (origWidth <= kETC1BlockWidth || origHeight <= kETC1BlockHeight) {
49 etc1_uint32 newHeight = origHeight * factor;
62 etc1_uint32 origBlocksY = (origHeight >> 2);
  /external/skia/bench/
ETCBitmapBench.cpp 33 etc1_uint32 origHeight = etc1_pkm_get_height(origData);
39 (origHeight % kETC1BlockHeight) != 0) {
44 if (origWidth <= kETC1BlockWidth || origHeight <= kETC1BlockHeight) {
49 etc1_uint32 newHeight = origHeight * factor;
62 etc1_uint32 origBlocksY = (origHeight >> 2);
  /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_libpng.cpp 278 png_uint_32 origWidth, origHeight;
280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
315 png_uint_32 origWidth, origHeight;
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
331 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
384 for (png_uint_32 y = 0; y < origHeight; y++) {
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
424 for (png_uint_32 y = 0; y < origHeight; y++) {
453 SkASSERT(read <= origHeight);
454 skip_src_rows(png_ptr, srcRow, origHeight - read)
    [all...]
SkScaledBitmapSampler.h 19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
SkImageDecoder_libwebp.cpp 314 int origWidth, origHeight, hasAlpha;
315 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
325 *height = origHeight;
329 this->fOrigHeight = origHeight;
418 int origWidth, origHeight, hasAlpha;
419 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
425 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
443 if (!webp_get_config_resize(&config, decodedBitmap, origWidth, origHeight,
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 278 png_uint_32 origWidth, origHeight;
280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
315 png_uint_32 origWidth, origHeight;
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
331 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
384 for (png_uint_32 y = 0; y < origHeight; y++) {
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
424 for (png_uint_32 y = 0; y < origHeight; y++) {
453 SkASSERT(read <= origHeight);
454 skip_src_rows(png_ptr, srcRow, origHeight - read)
    [all...]
SkScaledBitmapSampler.h 19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
SkImageDecoder_libwebp.cpp 325 int origWidth, origHeight, hasAlpha;
326 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
336 *height = origHeight;
340 this->fOrigHeight = origHeight;
429 int origWidth, origHeight, hasAlpha;
430 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
436 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize);
454 if (!webp_get_config_resize(&config, decodedBitmap, origWidth, origHeight,
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 483 int origHeight = desc.fHeight;
512 desc.fHeight = origHeight;
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 461 int origHeight = desc.fHeight;
490 desc.fHeight = origHeight;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 904 var origHeight = bottom - top;
937 clipBottom = this.fixZoomSum_(top, clipBottom + origHeight);
    [all...]

Completed in 276 milliseconds