Searched refs:PixelFormat (Results 1 - 22 of 22) sorted by relevance

/external/skia/src/utils/
H A DSkBitmapTransformer.h16 * into the appropriate PixelFormat.
22 * - use existing SkCanvas::Config8888 enum instead of new PixelFormat enum
35 enum PixelFormat { enum in class:SkBitmapTransformer
51 SkBitmapTransformer(const SkBitmap& bitmap, PixelFormat pixelFormat) :
69 // This is hard-coded for the single supported PixelFormat.
101 const PixelFormat fPixelFormat;
H A DSkBitmapChecksummer.cpp48 const SkBitmapTransformer::PixelFormat kPixelFormat =
/external/skia/src/utils/win/
H A DSkWGL_win.cpp79 struct PixelFormat { struct in namespace:__anon13179
86 int compare_pf(const PixelFormat* a, const PixelFormat* b) {
108 PixelFormat desiredFormat = {
114 SkTDArray<PixelFormat> rankedFormats;
141 sizeof(PixelFormat),
143 int idx = SkTSearch<PixelFormat>(rankedFormats.begin(),
146 sizeof(PixelFormat),
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDisplay.java3 import android.graphics.PixelFormat;
26 private int pixelFormat = PixelFormat.RGBA_4444;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglCanvas.java49 import org.lwjgl.opengl.PixelFormat;
79 private PixelFormat pbufferFormat;
80 private PixelFormat canvasFormat;
296 protected PixelFormat acquirePixelFormat(boolean forPbuffer){
301 pbufferFormat = new PixelFormat(settings.getBitsPerPixel(),
314 canvasFormat = new PixelFormat(settings.getBitsPerPixel(),
H A DLwjglOffscreenBuffer.java55 private PixelFormat pixelFormat;
67 pixelFormat = new PixelFormat(settings.getBitsPerPixel(),
H A DLwjglDisplay.java51 private PixelFormat pixelFormat;
88 PixelFormat pf = new PixelFormat(settings.getBitsPerPixel(),
/external/clang/test/SemaTemplate/
H A Dinstantiate-invalid.cpp15 template<class PixelFormat> class renderer_base { }
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c2443 ((unsigned int) pModeInfoFound->PixelFormat.ucRedMask) << pModeInfoFound->PixelFormat.ucRedPosition,
2444 ((unsigned int) pModeInfoFound->PixelFormat.ucGreenMask) << pModeInfoFound->PixelFormat.ucGreenPosition,
2445 ((unsigned int) pModeInfoFound->PixelFormat.ucBlueMask) << pModeInfoFound->PixelFormat.ucBluePosition,
2446 ((unsigned int) pModeInfoFound->PixelFormat.ucAlphaMask) << pModeInfoFound->PixelFormat.ucAlphaPosition);
2460 pResult->format->Rmask = ((unsigned int) pModeInfoFound->PixelFormat.ucRedMask) << pModeInfoFound->PixelFormat
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidConfigChooser.java3 import android.graphics.PixelFormat;
102 pixelFormat = PixelFormat.UNKNOWN;
109 int result = PixelFormat.RGB_565;
113 result = PixelFormat.RGBA_8888;
118 result = PixelFormat.RGBA_8888;
122 result = PixelFormat.RGB_888;
127 logger.log(Level.INFO, "Using PixelFormat {0}", result);
131 return PixelFormat.TRANSPARENT;
/external/qemu/
H A Dconsole.h127 struct PixelFormat { struct
144 struct PixelFormat pf;
233 int linesize, PixelFormat pf, int newflags);
234 PixelFormat qemu_different_endianness_pixelformat(int bpp);
235 PixelFormat qemu_default_pixelformat(int bpp);
H A Dqemu-common.h263 typedef struct PixelFormat PixelFormat; typedef in typeref:struct:PixelFormat
H A Dconsole.c1339 int linesize, PixelFormat pf, int newflags)
1663 PixelFormat qemu_different_endianness_pixelformat(int bpp)
1665 PixelFormat pf;
1667 memset(&pf, 0x00, sizeof(PixelFormat));
1712 PixelFormat qemu_default_pixelformat(int bpp)
1714 PixelFormat pf;
1716 memset(&pf, 0x00, sizeof(PixelFormat));
H A Dvnc-android.c1595 !memcmp(&(vs->clientds.pf), &(vs->ds->surface->pf), sizeof(PixelFormat))) {
H A Dvnc.c1589 !memcmp(&(vs->clientds.pf), &(vs->ds->surface->pf), sizeof(PixelFormat))) {
/external/skia/tests/
H A DBitmapTransformerTest.cpp32 SkBitmapTransformer::PixelFormat supportedPixelFormat =
/external/webkit/Source/WebKit/android/plugins/
H A DANPSurfaceInterface.cpp81 static inline ANPBitmapFormat convertPixelFormat(PixelFormat format) {
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaTexture.cpp173 PixelFormat f = buf->getPixelFormat();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp49 #include <ui/PixelFormat.h>
/external/qemu/hw/
H A Dgoldfish_fb.c165 struct PixelFormat* pf = &s->ds->surface->pf;
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h53 #include <ui/PixelFormat.h>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2841 milliseconds