OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyph_img
(Results
1 - 2
of
2
) sorted by null
/external/pixman/pixman/
pixman-glyph.c
441
pixman_image_t *
glyph_img
= glyph->image;
local
455
info.mask_image =
glyph_img
;
461
if (
glyph_img
->common.extended_format_code != glyph_format ||
462
glyph_img
->common.flags != glyph_flags)
464
glyph_format =
glyph_img
->common.extended_format_code;
465
glyph_flags =
glyph_img
->common.flags;
535
pixman_image_t *
glyph_img
= glyph->image;
local
539
if (
glyph_img
->common.extended_format_code != glyph_format ||
540
glyph_img
->common.flags != glyph_flags)
544
glyph_format =
glyph_img
->common.extended_format_code
[
all
...]
/external/pixman/test/
glyph-test.c
249
pixman_image_t *
glyph_img
= glyph_images[g];
local
250
void *key1 = KEY1 (
glyph_img
);
251
void *key2 = KEY2 (
glyph_img
);
257
pixman_glyph_cache_insert (cache, key1, key2, 5, 8,
glyph_img
);
Completed in 2387 milliseconds