Home
last modified time | relevance | path

Searched refs:left_mask (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkBlitBWMaskTemplate.h64 int left_mask = 0xFF >> (left_edge & 7); in SK_BLITBWMASK_NAME() local
76 if (left_mask == 0xFF) in SK_BLITBWMASK_NAME()
85 left_mask &= rite_mask; in SK_BLITBWMASK_NAME()
86 SkASSERT(left_mask != 0); in SK_BLITBWMASK_NAME()
88 U8CPU mask = *bits & left_mask; in SK_BLITBWMASK_NAME()
102 mask = *b++ & left_mask; in SK_BLITBWMASK_NAME()
DSkBlitter.cpp87 U8CPU left_mask, int rowBytes, in bits_to_runs() argument
93 unsigned b = *bits++ & left_mask; in bits_to_runs()
112 left_mask = 0xFF; in bits_to_runs()
145 int left_mask = 0xFF >> (left_edge & 7); in blitMask() local
155 if (left_mask == 0xFF) { in blitMask()
164 SkASSERT((left_mask & rite_mask) != 0); in blitMask()
166 bits_to_runs(this, cx, cy, bits, left_mask, 1, rite_mask); in blitMask()
172 bits_to_runs(this, cx, cy, bits, left_mask, full_runs + 2, rite_mask); in blitMask()
/external/v8/src/
Dhydrogen-instructions.cc3076 int32_t left_mask = (left()->range() != NULL) in InferRange() local
3083 ? left_mask & right_mask in InferRange()
3084 : left_mask | right_mask; in InferRange()