Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DDragImage.cpp36 DragImageRef fitDragImageToMaxSize(DragImageRef image, const IntSize& srcSize, const IntSize& size) in fitDragImageToMaxSize()
/external/webkit/WebCore/platform/graphics/win/
DImageCairoWin.cpp95 …chingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpac… in drawFrameMatchingSourceSize()
DImageCGWin.cpp91 …chingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpac… in drawFrameMatchingSourceSize()
/external/webkit/WebCore/platform/win/
DDragImageCairoWin.cpp114 IntSize srcSize = dragImageSize(image); in scaleDragImage() local
DDragImageCGWin.cpp93 IntSize srcSize = dragImageSize(image); in scaleDragImage() local
/external/skia/src/core/
DSkPackBits.cpp275 int SkPackBits::Unpack16(const uint8_t SK_RESTRICT src[], size_t srcSize, in Unpack16()
297 int SkPackBits::Unpack8(const uint8_t SK_RESTRICT src[], size_t srcSize, in Unpack8()
/external/skia/src/images/
DSkImageDecoder_wbmp.cpp141 size_t srcSize = height * srcRB; in onDecode() local
/external/webkit/WebCore/platform/graphics/
DImage.h167 …meMatchingSourceSize(GraphicsContext*, const FloatRect& dstRect, const IntSize& srcSize, ColorSpac… in drawFrameMatchingSourceSize()
/external/icu4c/test/cintltst/
Dcbiditst.c710 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
745 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
779 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
810 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
844 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
1573 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; in testMultipleParagraphs() local
/external/chromium/third_party/icu/source/test/cintltst/
Dcbiditst.c710 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
745 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
779 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
810 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
844 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
1573 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; in testMultipleParagraphs() local
/external/skia/src/effects/
DSkBlurMask.cpp302 size_t srcSize = src.computeImageSize(); in Blur() local