OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sourceImage
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
Filter.h
44
void setSourceImage(PassOwnPtr<ImageBuffer>
sourceImage
) { m_sourceImage =
sourceImage
; }
45
ImageBuffer*
sourceImage
() { return m_sourceImage.get(); }
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
580
RefPtr<Image>
sourceImage
= cachedImage()->imageForRenderer(renderer());
583
if (!renderer() &&
sourceImage
->usesContainerSize())
584
sourceImage
->setContainerSize(
sourceImage
->size());
587
return
sourceImage
->imageForDefaultFrame();
/external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp
470
SkBitmap
sourceImage
;
472
sourceImage
.allocN32Pixels(100, 100);
473
sourceImage
.eraseColor(SK_ColorGREEN);
476
sourceImage
.notifyPixelsChanged(); // to force re-serialization
477
canvas->drawBitmap(
sourceImage
, 0, 0, NULL);
633
SkBitmap
sourceImage
;
635
sourceImage
.allocN32Pixels(100, 100);
636
sourceImage
.eraseColor(SK_ColorGREEN);
642
canvas->drawBitmap(
sourceImage
, 0, 0, NULL);
651
canvas->drawBitmap(
sourceImage
, 0, 0, NULL)
[
all
...]
/external/skia/tests/
DeferredCanvasTest.cpp
487
SkBitmap
sourceImage
;
489
sourceImage
.allocN32Pixels(100, 100);
492
sourceImage
.notifyPixelsChanged(); // to force re-serialization
493
canvas->drawBitmap(
sourceImage
, 0, 0, NULL);
647
SkBitmap
sourceImage
;
649
sourceImage
.allocN32Pixels(100, 100);
655
canvas->drawBitmap(
sourceImage
, 0, 0, NULL);
664
canvas->drawBitmap(
sourceImage
, 0, 0, NULL);
673
canvas->drawBitmap(
sourceImage
, 0, 0, NULL);
[
all
...]
/external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp
896
SharedPtr<EGLImage>
sourceImage
;
992
texture->
sourceImage
= SharedPtr<EGLImage>();
1042
if (m_texture->
sourceImage
)
1043
modifyGLObject(SharedPtr<Object>(m_texture->
sourceImage
));
1095
texture->
sourceImage
= SharedPtr<EGLImage>();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java
[
all
...]
/developers/build/lib/
assetstudio.jar
/prebuilts/devtools/tools/lib/
asset-studio.jar
Completed in 622 milliseconds