/external/libyuv/files/unit_test/ |
D | planar_test.cc | 87 TESTPLANARTOB(I420, 2, 2, ARGB, 4) 96 TESTPLANARTOB(I422, 2, 1, ARGB, 4) 100 TESTPLANARTOB(I411, 4, 1, ARGB, 4) 101 TESTPLANARTOB(I444, 1, 1, ARGB, 4) 163 TESTBIPLANARTOB(NV12, 2, 2, ARGB, 4) 164 TESTBIPLANARTOB(NV21, 2, 2, ARGB, 4) 245 TESTATOPLANAR(ARGB, 4, I420, 2, 2) 255 TESTATOPLANAR(ARGB, 4, I422, 2, 1) 309 TESTATOB(ARGB, 4, 4, ARGB, 4) 310 TESTATOB(ARGB, 4, 4, BGRA, 4) [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1248 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution() 1260 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution() 1271 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution() 1281 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution() 1400 format.order == tcu::TextureFormat::ARGB || in getComponentType() 1412 format.order == tcu::TextureFormat::ARGB || in getComponentType() 1423 format.order == tcu::TextureFormat::ARGB || in getComponentType() 1433 format.order == tcu::TextureFormat::ARGB || in getComponentType()
|
/external/skia/src/animator/ |
D | SkDrawBitmap.cpp | 48 SK_MEMBER_PROPERTY(erase, ARGB),
|
D | SkDrawColor.cpp | 111 SK_MEMBER(color, ARGB),
|
D | SkAnimateSchema.xsd | 20 <!-- /** ARGB 23 <xs:simpleType name="ARGB"> 1098 <xs:attribute name="erase" type="Sk:ARGB"/> 1247 <xs:attribute name="color" type="Sk:ARGB"/>
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 198 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateSolidFill)(ARGB color, GpSolidFill **brush); 201 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreatePen1)(ARGB color, REAL width, GpUnit unit, GpPen *… 288 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in _GdipCreateBrush() 358 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in OutputImageMask() 625 CallFunc(GdipCreateSolidFill)((ARGB)fill_argb, (GpSolidFill**)pBrush); in GdipCreateBrush() 735 CallFunc(GdipCreatePen1)((ARGB)argb, width, UnitWorld, &pPen); in _GdipCreatePen()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 195 case TextureFormat::ARGB: return 4; in getNumUsedChannels() 405 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, Text… in getChannelReadSwizzle() local 421 case TextureFormat::ARGB: return ARGB; in getChannelReadSwizzle() 452 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0, Text… in getChannelWriteSwizzle() local 468 case TextureFormat::ARGB: return ARGB; in getChannelWriteSwizzle()
|
D | tcuTexture.hpp | 54 ARGB, enumerator
|
D | tcuTextureUtil.cpp | 1251 case TextureFormat::ARGB: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 337 MAKEROWY(ARGB, 2, 1, 0, 4) 419 MAKEROWYJ(ARGB, 2, 1, 0, 4)
|
/external/webp/ |
D | README | 473 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
|
/external/libyuv/files/source/ |
D | row_common.cc | 302 MAKEROWY(ARGB, 2, 1, 0)
|
/external/libpng/ |
D | libpng-manual.txt | 1131 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA 1873 data as ARGB instead of the normal PNG format RGBA: 3336 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 17614 +#define TJ_ALPHAFIRST 64 /* BGR buffer is ABGR and RGB buffer is ARGB */
|