OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mask_t
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-set-private.hh
39
typedef unsigned int
mask_t
;
typedef in struct:hb_set_digest_common_bits_t
43
value = (
mask_t
) -1;
47
if (unlikely (value == (
mask_t
) -1)) {
67
mask_t
mask;
68
mask_t
value;
75
typedef unsigned long
mask_t
;
typedef in struct:hb_set_digest_lowest_bits_t
86
if (b - a >= sizeof (
mask_t
) * 8 - 1)
87
mask = (
mask_t
) -1;
89
mask_t
ma = mask_for (a);
90
mask_t
mb = mask_for (b)
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-set-private.hh
43
template <typename
mask_t
, unsigned int shift>
48
static const unsigned int mask_bytes = sizeof (
mask_t
);
49
static const unsigned int mask_bits = sizeof (
mask_t
) * 8;
71
mask = (
mask_t
) -1;
73
mask_t
ma = mask_for (a);
74
mask_t
mb = mask_for (b);
85
static inline
mask_t
mask_for (hb_codepoint_t g) {
86
return ((
mask_t
) 1) << ((g >> shift) & (mask_bits - 1));
88
mask_t
mask;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.c
456
PictTransform *
mask_t
= NULL;
local
461
mask_t
= pMaskPicture->transform;
466
matrix_from_pict_transform(
mask_t
, exa->transform.mask);
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c
456
PictTransform *
mask_t
= NULL;
local
461
mask_t
= pMaskPicture->transform;
466
matrix_from_pict_transform(
mask_t
, exa->transform.mask);
Completed in 39 milliseconds