Searched refs:TRANSPARENT_COLOR (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.h36 #define TRANSPARENT_COLOR 0x7E0 macro
H A DVideoEditorTools.cpp534 (M4OSA_UInt8)((TRANSPARENT_COLOR & 0xFF00)>>8);
535 M4OSA_UInt8 transparent2 = (M4OSA_UInt8)TRANSPARENT_COLOR;
/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp293 if (color == android::Res_png_9patch::TRANSPARENT_COLOR && !hasXfer) {
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c50 #define TRANSPARENT_COLOR 0x7E0 macro
1830 M4OSA_UInt8 transparent1 = (M4OSA_UInt8)((TRANSPARENT_COLOR & 0xFF00)>>8);
1831 M4OSA_UInt8 transparent2 = (M4OSA_UInt8)TRANSPARENT_COLOR;
1879 M4OSA_UInt8 transparent1 = (M4OSA_UInt8)((TRANSPARENT_COLOR & 0xFF00)>>8);
1880 M4OSA_UInt8 transparent2 = (M4OSA_UInt8)TRANSPARENT_COLOR;
3834 M4OSA_UInt8 transparent1 = (M4OSA_UInt8)((TRANSPARENT_COLOR & 0xFF00)>>8);
3835 M4OSA_UInt8 transparent2 = (M4OSA_UInt8)TRANSPARENT_COLOR;
/frameworks/base/tools/aapt/
H A DImages.cpp384 return Res_png_9patch::TRANSPARENT_COLOR;
403 return Res_png_9patch::TRANSPARENT_COLOR;
/frameworks/base/include/androidfw/
H A DResourceTypes.h100 * will always have the value TRANSPARENT_COLOR.
130 TRANSPARENT_COLOR = 0x00000000 enumerator in enum:android::Res_png_9patch::__anon1025

Completed in 105 milliseconds