Home
last modified time | relevance | path

Searched defs:scaledSize (Results 1 – 11 of 11) sorted by relevance

/external/skia/tests/
DScaledImageCache.cpp20 SkScalar scaledSize = SkIntToScalar(kScale * kBitmapSize); in test_scaled_image_cache_useage() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageFrameGenerator.cpp123 SkISize scaledSize = SkISize::Make(info.fWidth, info.fHeight); in decodeAndScale() local
194 SkBitmap ImageFrameGenerator::tryToResumeDecode(const SkISize& scaledSize, size_t index) in tryToResumeDecode()
DImageDecodingStore.cpp62 …ecodingStore::lockDecoder(const ImageFrameGenerator* generator, const SkISize& scaledSize, ImageDe… in lockDecoder()
/external/chromium_org/third_party/skia/tests/
DSkResourceCacheTest.cpp36 SkScalar scaledSize = SkIntToScalar(kBitmapSize) * scale; in test_scaled_image_cache_useage() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DSimpleFontDataSkia.cpp198 const float scaledSize = lroundf(fontDescription.computedSize() * scaleFactor); in platformCreateScaledFontData() local
/external/skia/src/core/
DSkPictureShader.cpp71 SkSize scaledSize = SkSize::Make(scale.x() * fPicture->width(), scale.y() * fPicture->height()); in refBitmapShader() local
/external/chromium_org/third_party/skia/src/core/
DSkPictureShader.cpp86 SkSize scaledSize = SkSize::Make(scale.x() * fTile.width(), scale.y() * fTile.height()); in refBitmapShader() local
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.cpp116 FloatSize scaledSize(m_size); in visibleRect() local
DFrameView.cpp439 FloatSize scaledSize = unscaledVisibleContentSize(); in clampOffsetAtScale() local
/external/deqp/framework/common/
DtcuTestLog.cpp216 IVec3 scaledSize = computeScaledSize(IVec3(width, height, depth), MAX_IMAGE_SIZE_3D); in writeImage() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp1614 IntSize scaledSize = view->visibleContentRect().size(); in TEST_F() local