OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFrameAtIndex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h
84
// the future, the caller may call
createFrameAtIndex
() with an index larger
118
PassRefPtr<NativeImageSkia>
createFrameAtIndex
(size_t);
ImageSource.cpp
119
PassRefPtr<NativeImageSkia> ImageSource::
createFrameAtIndex
(size_t index)
BitmapImage.cpp
157
m_frames[index].m_frame = m_source.
createFrameAtIndex
(index);
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
ImageBitmapFactories.cpp
308
RefPtr<NativeImageSkia> imageSkia = source->
createFrameAtIndex
(0);
Completed in 109 milliseconds