OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_format
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/gdx/jni/gdx2d/
gdx2d.c
52
static inline uint32_t
to_format
(uint32_t format, uint32_t color) {
function
362
col =
to_format
(pixmap->format, col);
414
col =
to_format
(pixmap->format, col);
417
col =
to_format
(pixmap->format, col);
431
uint32_t col_format =
to_format
(pixmap->format, col);
441
col_format =
to_format
(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
457
col_format =
to_format
(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
474
col_format =
to_format
(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
488
uint32_t col_format =
to_format
(pixmap->format, col);
509
col_format =
to_format
(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(ptr))));
[
all
...]
Completed in 793 milliseconds