OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBit
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp
32
static int
GetBit
( const char* buffer, int x ) {
44
if (
GetBit
(line,i)) {
55
if (
GetBit
(line,i)) {
70
int curPixel =
GetBit
(line,i);
87
if (
GetBit
(line,width-1) ) ++end;
91
} else if (
GetBit
(line, width - 1) ) { // if last pixel on add
123
int curPixel =
GetBit
(line,i);
139
if (
GetBit
(line,w-1) ) ++end;
144
} else if (
GetBit
(line,w-1) ) { // if last pixel on add rect
/external/skia/src/utils/
SkPathUtils.cpp
32
static int
GetBit
( const char* buffer, int x ) {
44
if (
GetBit
(line,i)) {
55
if (
GetBit
(line,i)) {
70
int curPixel =
GetBit
(line,i);
87
if (
GetBit
(line,width-1) ) ++end;
91
} else if (
GetBit
(line, width - 1) ) { // if last pixel on add
123
int curPixel =
GetBit
(line,i);
139
if (
GetBit
(line,w-1) ) ++end;
144
} else if (
GetBit
(line,w-1) ) { // if last pixel on add rect
/external/chromium_org/net/dns/
record_rdata.cc
278
bool NsecRecordRdata::
GetBit
(unsigned i) const {
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc
350
bool StunUInt32Attribute::
GetBit
(int index) const {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc
665
bool StunUInt32Attribute::
GetBit
(size_t index) const {
/external/grub/netboot/
eepro.c
49
#define
GetBit
(x,y) ((x & (1<<y))>>y)
557
GetBit
(read_eeprom(5), ee_BNC_TPE) ? "BNC" : "TP");
Completed in 183 milliseconds