OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameAtIndex
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.cpp
351
PassRefPtr<NativeImageSkia> BitmapImage::
frameAtIndex
(size_t index)
377
return
frameAtIndex
(currentFrame());
382
if (frameCount() > 1 &&
frameAtIndex
(0))
383
return BitmapImage::create(
frameAtIndex
(0));
624
RefPtr<NativeImageSkia> frame =
frameAtIndex
(0);
BitmapImage.h
111
PassRefPtr<NativeImageSkia>
frameAtIndex
(size_t);
BitmapImageTest.cpp
87
m_image->
frameAtIndex
(i);
Completed in 62 milliseconds