OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createPartial
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ScaledImageFragment.h
51
static PassOwnPtr<ScaledImageFragment>
createPartial
(const SkISize& scaledSize, size_t index, size_t generation, const SkBitmap& bitmap)
ImageFrameGenerator.cpp
170
scaledImage = ScaledImageFragment::
createPartial
(scaledSize, fullSizeImage->index(), nextGenerationId(), scaledBitmap);
288
ScaledImageFragment::
createPartial
(m_fullSize, index, nextGenerationId(), copyBitmap) : nullptr;
ImageDecodingStoreTest.cpp
96
return ScaledImageFragment::
createPartial
(size, 0, generation, bitmap);
Completed in 38 milliseconds