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

  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 32 etc1_uint32 origWidth = etc1_pkm_get_width(origData);
38 if ((origWidth % kETC1BlockWidth) != 0 ||
44 if (origWidth <= kETC1BlockWidth || origHeight <= kETC1BlockHeight) {
48 etc1_uint32 newWidth = origWidth * factor;
61 etc1_uint32 origBlocksX = (origWidth >> 2);
68 for(etc1_uint32 i = 0; i < newWidth; i += origWidth) {
  /external/skia/bench/
ETCBitmapBench.cpp 32 etc1_uint32 origWidth = etc1_pkm_get_width(origData);
38 if ((origWidth % kETC1BlockWidth) != 0 ||
44 if (origWidth <= kETC1BlockWidth || origHeight <= kETC1BlockHeight) {
48 etc1_uint32 newWidth = origWidth * factor;
61 etc1_uint32 origBlocksX = (origWidth >> 2);
68 for(etc1_uint32 i = 0; i < newWidth; i += origWidth) {
  /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);
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
420 size_t rowBytes = origWidth * srcBytesPerPixel;
437 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
492 png_uint_32 origWidth, origHeight;
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth
    [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)) {
324 *width = origWidth;
328 this->fOrigWidth = origWidth;
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);
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
420 size_t rowBytes = origWidth * srcBytesPerPixel;
437 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
492 png_uint_32 origWidth, origHeight;
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth
    [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)) {
324 *width = origWidth;
328 this->fOrigWidth = origWidth;
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,
  /packages/apps/UnifiedEmail/assets/
script.js 180 var origWidth;
195 origWidth = el.style.width;
208 el.style.width = origWidth;
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 386 const int origWidth = *data++;
387 assert_row_width(data, origWidth);
388 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
390 int expectedWidth = origWidth - trimL - trimR;
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 386 const int origWidth = *data++;
387 assert_row_width(data, origWidth);
388 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
390 int expectedWidth = origWidth - trimL - trimR;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 896 var origWidth = right - left;
925 if (clipRight == 0 && origWidth == 0) {
928 clipRight = this.fixZoomSum_(left, clipRight + origWidth);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 460 int origWidth = desc.fWidth;
489 desc.fWidth = origWidth;
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 460 int origWidth = desc.fWidth;
489 desc.fWidth = origWidth;
    [all...]

Completed in 787 milliseconds