Home
last modified time | relevance | path

Searched defs:tile_color (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/webauthn/
H A Dauthenticator_qr_sheet_view.cc122 SkColor tile_color = qr_tiles_[index++] & 1 ? on : off; in OnPaint() local
/dports/www/nginx-full/nginx-video-thumbextractor-module-f5b5bae/include/
H A Dngx_http_video_thumbextractor_module.h50 ngx_str_t tile_color; member
85 ngx_str_t tile_color; member
/dports/games/julius/julius-1.7.0/src/widget/
H A Dscenario_minimap.c14 } tile_color; typedef
/dports/games/augustus/augustus-3.1.0/src/widget/
H A Dscenario_minimap.c14 } tile_color; typedef
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmonzagp.cpp216 uint8_t tile_color = (BIT(tile_data, 4 + bit_pos) << 1) | BIT(tile_data, bit_pos); in screen_update() local
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmonzagp.cpp216 uint8_t tile_color = (BIT(tile_data, 4 + bit_pos) << 1) | BIT(tile_data, bit_pos); in screen_update() local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dpixel_minimap.cpp281 const SDL_Color tile_color = mcp.second.color_at( p ); in flush_cache_updates() local
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dpixel_minimap.cpp281 const SDL_Color tile_color = mcp.second.color_at( p ); in flush_cache_updates() local
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dwecleman.cpp672 uint16_t tile_color = ((tiledata >> 5) & 0x78) + (tiledata >> 12); in draw_cloud() local
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dwecleman.cpp672 uint16_t tile_color = ((tiledata >> 5) & 0x78) + (tiledata >> 12); in draw_cloud() local
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxcldev.h440 bool tile_color; member
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxcldev.h440 bool tile_color; member
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxcldev.h463 bool tile_color; member
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxcldev.h463 bool tile_color; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxcldev.h448 bool tile_color; member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxcldev.h448 bool tile_color; member
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxcldev.h483 bool tile_color; member
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxcldev.h483 bool tile_color; member
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dtilemap_generic.cpp34 … row), void (*pTile)(INT32 offs, INT32 *tile_gfx, INT32 *tile_code, INT32 *tile_color, UINT32 *til… in GenericTilemapInit()