/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9tex.h | 110 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo); 113 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo); 118 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo); 121 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo); 126 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo); 130 const PALETTEENTRY *srcpalette, const RECT *srcrect, DWORD filter, D3DCOLOR colorkey); 151 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo); 154 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo); 159 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo); 162 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo) [all...] |
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_surface.c | 41 int colorkey; local 68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
|
test_blocks.c | 42 int colorkey; local 71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
|
test_rendering.c | 142 int colorkey; local 177 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 181 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey);
|
xvmc_bench.c | 184 int colorkey; local 223 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 227 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey);
|
testlib.h | 48 * is_overlay: OUT If 1, port uses overlay surfaces, you need to set a colorkey
|
test_context.c | 41 int colorkey; local 67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
|
/hardware/intel/common/libva/ |
NEWS | 28 * API: add VADisplayAttribOverlay{ColorKey,AutoPaintColorKey} interface
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventColorCache.java | 47 int colorKey) { 48 mColorKeyMap.put(createKey(accountName, accountType, displayColor), colorKey);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_context.h | 39 uint32_t colorkey; member in struct:nv04_context
|
/external/webrtc/webrtc/modules/video_render/windows/ |
i_video_render_win.h | 98 const void* colorKey,
|
video_render_windows_impl.h | 121 const void* colorKey,
|
video_render_windows_impl.cc | 320 const void* colorKey, 331 error = _ptrRendererWin->SetBitmap(bitMap, pictureId, colorKey, left,
|
/external/webrtc/webrtc/modules/video_render/test/testAPI/ |
testAPI.cc | 359 DDCOLORKEY ColorKey; // black 360 ColorKey.dwColorSpaceHighValue = RGB(0, 0, 0); 361 ColorKey.dwColorSpaceLowValue = RGB(0, 0, 0); 365 renderModule->SetBitmap(hbm, 0, &ColorKey, 0.0f, 0.0f, 0.3f, 401 ColorKey.dwColorSpaceHighValue = RGB(0,0,0); 402 ColorKey.dwColorSpaceLowValue = RGB(0,0,0); 403 renderModule->SetBitmap(NULL, 0, &ColorKey, 0.0f, 0.0f, 0.0f, 0.0f);
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_surface.h | 207 * \note If RLE is enabled, colorkey and alpha blending blits are much faster, 217 * \param flag Non-zero to enable colorkey and 0 to disable colorkey 234 * \return 0 on success, or -1 if the surface is not valid or colorkey is not 356 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting 402 * The blit semantics for surfaces with and without blending and colorkey
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_surface.h | 207 * \note If RLE is enabled, colorkey and alpha blending blits are much faster, 217 * \param flag Non-zero to enable colorkey and 0 to disable colorkey 234 * \return 0 on success, or -1 if the surface is not valid or colorkey is not 356 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting 402 * The blit semantics for surfaces with and without blending and colorkey
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_surface.h | 207 * \note If RLE is enabled, colorkey and alpha blending blits are much faster, 217 * \param flag Non-zero to enable colorkey and 0 to disable colorkey 234 * \return 0 on success, or -1 if the surface is not valid or colorkey is not 356 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting 402 * The blit semantics for surfaces with and without blending and colorkey
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_surface.h | 207 * \note If RLE is enabled, colorkey and alpha blending blits are much faster, 217 * \param flag Non-zero to enable colorkey and 0 to disable colorkey 234 * \return 0 on success, or -1 if the surface is not valid or colorkey is not 356 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting 402 * The blit semantics for surfaces with and without blending and colorkey
|
/external/webrtc/webrtc/modules/video_render/external/ |
video_render_external_impl.h | 112 const void* colorKey, const float left,
|
/external/webrtc/webrtc/modules/video_render/ |
i_video_render.h | 120 const void* colorKey,
|
/external/webrtc/webrtc/modules/video_render/linux/ |
video_render_linux_impl.h | 113 const void* colorKey,
|
/external/webrtc/webrtc/modules/video_render/mac/ |
video_render_mac_carbon_impl.h | 121 const void* colorKey,
|
video_render_mac_cocoa_impl.h | 121 const void* colorKey,
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
selection.html | 184 colorKey: this.tile_.objectInstance.typeName, 245 colorKey: this.rectType_,
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarColorPickerDialog.java | 122 int colorKey = cursor.getInt(COLORS_INDEX_COLOR_KEY); 125 mColorKeyMap.put(displayColor, colorKey);
|