Searched defs:srcSize (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/platform/ |
D | DragImage.cpp | 36 DragImageRef fitDragImageToMaxSize(DragImageRef image, const IntSize& srcSize, const IntSize& size) in fitDragImageToMaxSize()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | ImageCairoWin.cpp | 95 …chingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpac… in drawFrameMatchingSourceSize()
|
D | ImageCGWin.cpp | 91 …chingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpac… in drawFrameMatchingSourceSize()
|
/external/webkit/WebCore/platform/win/ |
D | DragImageCairoWin.cpp | 114 IntSize srcSize = dragImageSize(image); in scaleDragImage() local
|
D | DragImageCGWin.cpp | 93 IntSize srcSize = dragImageSize(image); in scaleDragImage() local
|
/external/skia/src/core/ |
D | SkPackBits.cpp | 275 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/ |
D | SkImageDecoder_wbmp.cpp | 141 size_t srcSize = height * srcRB; in onDecode() local
|
/external/webkit/WebCore/platform/graphics/ |
D | Image.h | 167 …meMatchingSourceSize(GraphicsContext*, const FloatRect& dstRect, const IntSize& srcSize, ColorSpac… in drawFrameMatchingSourceSize()
|
/external/icu4c/test/cintltst/ |
D | cbiditst.c | 710 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/ |
D | cbiditst.c | 710 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/ |
D | SkBlurMask.cpp | 302 size_t srcSize = src.computeImageSize(); in Blur() local
|