OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_color
(Results
1 - 8
of
8
) sorted by null
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
col32cb16blend_test.c
44
uint32_t
dst_color
;
member in struct:test_t
100
dst_c[j] = test.
dst_color
;
101
dst_asm[j] = test.
dst_color
;
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
t32cb16blend_test.c
44
uint16_t
dst_color
;
member in struct:test_t
109
dst_c[j] = test.
dst_color
;
110
dst_asm[j] = test.
dst_color
;
/system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
col32cb16blend_test.c
45
uint16_t
dst_color
;
member in struct:test_t
101
dst_c[j] = test.
dst_color
;
102
dst_asm[j] = test.
dst_color
;
/system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
t32cb16blend_test.c
44
uint16_t
dst_color
;
member in struct:test_t
109
dst_c[j] = test.
dst_color
;
110
dst_asm[j] = test.
dst_color
;
/system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
col32cb16blend_test.c
45
uint16_t
dst_color
;
member in struct:test_t
101
dst_c[j] = test.
dst_color
;
102
dst_asm[j] = test.
dst_color
;
/external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp
458
FX_DWORD
dst_color
;
local
461
dst_color
= FXCMYK_TODIB(color);
464
dst_color
= FXARGB_TODIB(color);
466
uint8_t* color_p = (uint8_t*)&
dst_color
;
493
*dest_pos =
dst_color
;
501
dst_color
= FXARGB_TODIB(
dst_color
);
502
dst_color
&= 0xffffff;
505
dst_color
| ((alpha * (*src_scan++) / 255) << 24));
[
all
...]
fx_dib_composite.cpp
4808
FX_DWORD
dst_color
;
local
[
all
...]
/external/pdfium/core/src/fxge/skia/
fx_skia_blitter_new.cpp
456
int
dst_color
= (0x00ffffff & m_Color) | (m_Alpha << 24);
457
FXSYS_memset(dest_scan,
dst_color
, (col_end - col_start) << 2);
[
all
...]
Completed in 668 milliseconds