HomeSort by relevance Sort by last modified time
    Searched refs:GetBit (Results 1 - 13 of 13) 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
  /sdk/emulator/qtools/
parse_options-inl.h 30 if (include_some_pids && pid_include_vector.GetBit(event->pid) == 0)
32 if (exclude_some_pids && pid_exclude_vector.GetBit(event->pid))
46 if (include_some_pids && pid_include_vector.GetBit(pid) == 0)
48 if (exclude_some_pids && pid_exclude_vector.GetBit(pid))
111 while (pid_include_vector.GetBit(event->pid) == 0) {
118 while (pid_exclude_vector.GetBit(event->pid)) {
bitvector.h 30 bool GetBit(int bitnum) {
  /external/chromium_org/net/dns/
record_rdata_unittest.cc 211 EXPECT_FALSE(record_obj->GetBit(0));
212 EXPECT_TRUE(record_obj->GetBit(1));
214 EXPECT_FALSE(record_obj->GetBit(i));
216 EXPECT_TRUE(record_obj->GetBit(15));
record_rdata.h 204 bool GetBit(unsigned i) const;
mdns_client_impl.cc 322 if (!rdata->GetBit((*i)->type())) {
333 if (!rdata->GetBit(i->first.second)) {
636 if (!rdata->GetBit(rrtype_))
record_rdata.cc 278 bool NsecRecordRdata::GetBit(unsigned i) const {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 238 bool GetBit(int index) const;
stun.cc 350 bool StunUInt32Attribute::GetBit(int 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");
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h 366 bool GetBit(size_t index) const;
stun.cc 665 bool StunUInt32Attribute::GetBit(size_t index) const {

Completed in 340 milliseconds