OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sg
(Results
76 - 79
of
79
) sorted by null
1
2
3
4
/external/skia/legacy/include/core/
SkColorPriv.h
388
unsigned
sg
= SkPacked32ToG16(c);
local
392
sg
= (
sg
<< 5) | (
sg
>> 1);
394
return (sr << 11) | (
sg
<< 21) | (sb << 0);
402
unsigned
sg
= SkGetPackedG32(src);
local
412
dg = (
sg
+ SkMul16ShiftRound(dg, isa, SK_G16_BITS)) >> (8 - SK_G16_BITS);
600
unsigned
sg
= SkG4444ToG565(SkGetPackedG4444(s));
local
603
// To avoid overflow, we have to clear the low bit of the synthetic
sg
607
sg
&= ~(~(sa >> 3) & 1)
[
all
...]
/external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp
1138
int
sg
= (src >> 8) & 0xFF;
local
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 1369 milliseconds
1
2
3
4