Home
last modified time | relevance | path

Searched refs:PixelFormat (Results 1 – 25 of 96) sorted by relevance

1234

/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DDeviceDisplayInfo.java8 import android.graphics.PixelFormat;
87 return PixelFormat.RGBA_8888; in getPixelFormat()
96 PixelFormat info = new PixelFormat(); in getBitsPerPixel()
97 PixelFormat.getPixelFormatInfo(format, info); in getBitsPerPixel()
109 case PixelFormat.RGBA_4444: in getBitsPerComponent()
112 case PixelFormat.RGBA_5551: in getBitsPerComponent()
115 case PixelFormat.RGBA_8888: in getBitsPerComponent()
116 case PixelFormat.RGBX_8888: in getBitsPerComponent()
117 case PixelFormat.RGB_888: in getBitsPerComponent()
120 case PixelFormat.RGB_332: in getBitsPerComponent()
[all …]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusPixelFormats.h41 enum PixelFormat enum
85 typedef INT PixelFormat; typedef
122 PixelFormat pixfmt in GetPixelFormatSize()
134 PixelFormat pixfmt in IsIndexedPixelFormat()
146 PixelFormat pixfmt in IsAlphaPixelFormat()
159 PixelFormat pixfmt in IsExtendedPixelFormat()
175 PixelFormat pixfmt in IsCanonicalPixelFormat()
DGdiPlusBitmap.h332 inline PixelFormat
335 PixelFormat format; in GetPixelFormat()
632 IN PixelFormat format, in Bitmap()
652 IN PixelFormat format in Bitmap()
842 IN PixelFormat format in Clone()
854 IN PixelFormat format in Clone()
887 IN PixelFormat format in Clone()
899 IN PixelFormat format in Clone()
940 IN PixelFormat format, in LockBits()
DGdiPlusHeaders.h504 PixelFormat GetPixelFormat();
612 IN INT stride, PixelFormat format,
616 IN PixelFormat format = PixelFormat32bppARGB);
622 IN PixelFormat format);
627 IN PixelFormat format);
629 IN PixelFormat format);
634 IN PixelFormat format);
638 IN PixelFormat format,
/external/deqp/framework/common/
DtcuPixelFormat.hpp35 struct PixelFormat struct
42 PixelFormat (int red, int green, int blue, int alpha) in PixelFormat() argument
50 PixelFormat (void) in PixelFormat() function
99 inline bool operator== (const PixelFormat& other) const in operator ==() argument
107 inline bool operator!= (const PixelFormat& other) const in operator !=() argument
DtcuRenderTarget.hpp39 …RenderTarget (int width, int height, const PixelFormat& pixelFormat, int depthBits, int stencilBi…
42 const PixelFormat& getPixelFormat (void) const { return m_pixelFormat; } in getPixelFormat()
54 PixelFormat m_pixelFormat;
DtcuRenderTarget.cpp32 , m_pixelFormat (PixelFormat(0, 0, 0, 0)) in RenderTarget()
39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int st… in RenderTarget()
/external/skia/src/utils/win/
DSkWGL_win.cpp80 struct PixelFormat { struct
86 bool pf_less(const PixelFormat& a, const PixelFormat& b) { in pf_less()
102 PixelFormat desiredFormat = { in selectFormat()
107 SkTDArray<PixelFormat> rankedFormats; in selectFormat()
124 SkTLessFunctionToFunctorAdaptor<PixelFormat, pf_less>()); in selectFormat()
125 int idx = SkTSearch<PixelFormat, pf_less>(rankedFormats.begin(), in selectFormat()
128 sizeof(PixelFormat)); in selectFormat()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp266 inline deUint8 getColorMask (const tcu::PixelFormat& format) in getColorMask()
274 inline tcu::IVec4 getBitsVec (const tcu::PixelFormat& format) in getBitsVec()
279 inline tcu::BVec4 getCompareMask (const tcu::PixelFormat& format) in getCompareMask()
291 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt);
292 …SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, …
461 const tcu::PixelFormat& pixelFormat);
470 const tcu::PixelFormat& pixelFormat);
479 const tcu::PixelFormat& pixelFormat);
488 const tcu::PixelFormat& pixelFormat);
497 const tcu::PixelFormat& pixelFormat);
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
DSDL_os2fslib.c2443 …((unsigned int) pModeInfoFound->PixelFormat.ucRedMask) << pModeInfoFound->PixelFormat.ucRedPositio… in os2fslib_SetVideoMode()
2444 …((unsigned int) pModeInfoFound->PixelFormat.ucGreenMask) << pModeInfoFound->PixelFormat.ucGreenPos… in os2fslib_SetVideoMode()
2445 …((unsigned int) pModeInfoFound->PixelFormat.ucBlueMask) << pModeInfoFound->PixelFormat.ucBluePosit… in os2fslib_SetVideoMode()
2446 …((unsigned int) pModeInfoFound->PixelFormat.ucAlphaMask) << pModeInfoFound->PixelFormat.ucAlphaPos… in os2fslib_SetVideoMode()
2460 …->format->Rmask = ((unsigned int) pModeInfoFound->PixelFormat.ucRedMask) << pModeInfoFound->PixelF… in os2fslib_SetVideoMode()
2461 pResult->format->Rshift = pModeInfoFound->PixelFormat.ucRedPosition; in os2fslib_SetVideoMode()
2462 pResult->format->Rloss = pModeInfoFound->PixelFormat.ucRedAdjust; in os2fslib_SetVideoMode()
2463 …>format->Gmask = ((unsigned int) pModeInfoFound->PixelFormat.ucGreenMask) << pModeInfoFound->Pixel… in os2fslib_SetVideoMode()
2464 pResult->format->Gshift = pModeInfoFound->PixelFormat.ucGreenPosition; in os2fslib_SetVideoMode()
2465 pResult->format->Gloss = pModeInfoFound->PixelFormat.ucGreenAdjust; in os2fslib_SetVideoMode()
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifDrawable.java8 import android.graphics.PixelFormat;
99 return decoder.isTransparent() ? PixelFormat.TRANSPARENT : PixelFormat.OPAQUE; in getOpacity()
/external/chromium_org/third_party/skia/src/utils/win/
DSkWGL_win.cpp104 struct PixelFormat { struct
110 bool pf_less(const PixelFormat& a, const PixelFormat& b) { in pf_less()
126 PixelFormat desiredFormat = { in selectFormat()
131 SkTDArray<PixelFormat> rankedFormats; in selectFormat()
148 SkTLessFunctionToFunctorAdaptor<PixelFormat, pf_less>()); in selectFormat()
149 int idx = SkTSearch<PixelFormat, pf_less>(rankedFormats.begin(), in selectFormat()
152 sizeof(PixelFormat)); in selectFormat()
/external/chromium_org/remoting/client/
Dframe_consumer.h24 enum PixelFormat { enum
53 virtual PixelFormat GetPixelFormat() = 0;
Dframe_consumer_proxy.h41 virtual PixelFormat GetPixelFormat() OVERRIDE;
50 PixelFormat pixel_format_;
/external/chromium_org/ui/android/java/src/org/chromium/ui/
DDropdownDividerDrawable.java10 import android.graphics.PixelFormat;
52 return PixelFormat.OPAQUE; in getOpacity()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewRenderView.java9 import android.graphics.PixelFormat;
188 int format = enabled ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE; in setOverlayVideoMode()
/external/chromium_org/media/ffmpeg/
Dffmpeg_common.h121 PixelFormat pixel_format);
124 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format);
/external/qemu/include/qemu/
Dtypedefs.h38 typedef struct PixelFormat PixelFormat; typedef
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDisplay.java3 import android.graphics.PixelFormat;
26 private int pixelFormat = PixelFormat.RGBA_4444;
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dffmpeg_cdm_video_decoder.cc25 static cdm::VideoFormat PixelFormatToCdmVideoFormat(PixelFormat pixel_format) { in PixelFormatToCdmVideoFormat()
35 static PixelFormat CdmVideoFormatToPixelFormat(cdm::VideoFormat video_format) { in CdmVideoFormatToPixelFormat()
310 PixelFormat format = static_cast<PixelFormat>(av_frame_->format); in CopyAvFrameTo()
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_renderer_base.h26 template<class PixelFormat> class renderer_base : public CFX_Object
29 typedef PixelFormat pixfmt_type;
/external/qemu/include/ui/
Dconsole.h127 struct PixelFormat { struct
144 struct PixelFormat pf; argument
233 int linesize, PixelFormat pf, int newflags);
234 PixelFormat qemu_different_endianness_pixelformat(int bpp);
235 PixelFormat qemu_default_pixelformat(int bpp);
/external/deqp/framework/opengl/
DgluFboRenderContext.cpp38 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat()
41 return tcu::PixelFormat(bits[0], bits[1], bits[2], bits[3]); in getPixelFormat()
185 tcu::PixelFormat pixelFormat; in createFramebuffer()
/external/deqp/framework/platform/win32/
DtcuWin32GLES3Platform.cpp87 PixelFormat(8, 8, 8, 8), 24, 8, 0) in Win32GLES3Context()
115 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits), in Win32GLES3Context()
/external/chromium_org/content/common/gpu/client/
Dgpu_memory_buffer_impl_io_surface.h39 static uint32 PixelFormat(unsigned internalformat);

1234