Searched refs:is32 (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDiscardablePixelRef.cpp48 if (size.isNeg() || !size.is32())
/external/chromium_org/third_party/skia/src/core/
H A DSkMask.cpp18 if (size.is32() && size.isPos()) {
H A DSkMallocPixelRef.cpp69 if (!bigSize.is32()) {
H A DSk64.cpp140 return tmp.is32();
339 if (N.is32())
H A DSkRegion_path.cpp133 if (!count.is32() || count.isNeg()) {
139 if (!size.is32() || size.isNeg()) {
H A DSkMipMap.cpp113 return !value.isNeg() && value.is32();
/external/skia/src/core/
H A DSkMask.cpp18 if (size.is32() && size.isPos()) {
H A DSkMallocPixelRef.cpp69 if (!bigSize.is32()) {
H A DSk64.cpp140 return tmp.is32();
339 if (N.is32())
H A DSkRegion_path.cpp133 if (!count.is32() || count.isNeg()) {
139 if (!size.is32() || size.isNeg()) {
H A DSkMipMap.cpp113 return !value.isNeg() && value.is32();
/external/chromium_org/third_party/skia/include/core/
H A DSk64.h25 SkBool is32() const { return fHi == ((int32_t)fLo >> 31); } function in struct:Sk64
36 /** Return the signed 32 bit integer equivalent. Asserts that is32() returns non-zero.
38 int32_t get32() const { SkASSERT(this->is32()); return (int32_t)fLo; }
/external/skia/include/core/
H A DSk64.h25 SkBool is32() const { return fHi == ((int32_t)fLo >> 31); } function in struct:Sk64
36 /** Return the signed 32 bit integer equivalent. Asserts that is32() returns non-zero.
38 int32_t get32() const { SkASSERT(this->is32()); return (int32_t)fLo; }
/external/chromium_org/third_party/icu/source/test/letest/
H A Dsfnt.h208 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
217 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
/external/harfbuzz_ng/src/hb-icu-le/
H A Dsfnt.h211 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
220 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
/external/icu4c/test/letest/
H A Dsfnt.h208 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
217 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
/external/icu4c/samples/layout/
H A Dsfnt.h120 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
/external/skia/tests/
H A DSk64Test.cpp59 REPORTER_ASSERT(reporter, a.is32() && a.get32() == 5 && !a.is64());
65 REPORTER_ASSERT(reporter, a.is32() && a.get32() == -5 && !a.is64());
/external/chromium/chrome/common/extensions/
H A Dextension_unpacker.cc60 if (!bitmap_size.is32() || bitmap_size.get32() > kMaxImageCanvas)
/external/elfutils/libelf/
H A Delf_begin.c110 bool is32 = e_ident[EI_CLASS] == ELFCLASS32; local
116 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
126 if (is32)
160 if (is32)
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc63 if (!bitmap_size.is32() || bitmap_size.get32() > kMaxImageCanvas)
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c1593 /***** The `is32' table embedded in the charmap indicates whether a *****/
1598 /***** If `char_hi == 0' then we must have `is32[char_lo] == 0'. *****/
1601 /***** `is32[char_hi] != 0' and `is32[char_lo] != 0'. *****/
1617 /* is32 12 BYTE[8192] 32-bitness bitmap */
1634 FT_Byte* is32; local
1646 is32 = table + 12;
1647 p = is32 + 8192; /* skip `is32' array */
1682 /* start_hi != 0; check that is32[
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c155 static int is32(zic_t x);
1595 is32(x) function
1677 while (timecnt32 > 0 && !is32(ats[timecnt32 - 1]))
1679 while (timecnt32 > 0 && !is32(ats[timei32])) {
1683 while (leapcnt32 > 0 && !is32(trans[leapcnt32 - 1]))
1685 while (leapcnt32 > 0 && !is32(trans[leapi32])) {
/external/freetype/src/sfnt/
H A Dttcmap.c1593 /***** The `is32' table embedded in the charmap indicates whether a *****/
1598 /***** If `char_hi == 0' then we must have `is32[char_lo] == 0'. *****/
1601 /***** `is32[char_hi] != 0' and `is32[char_lo] != 0'. *****/
1617 /* is32 12 BYTE[8192] 32-bitness bitmap */
1634 FT_Byte* is32; local
1646 is32 = table + 12;
1647 p = is32 + 8192; /* skip `is32' array */
1682 /* start_hi != 0; check that is32[
[all...]
/external/icu4c/tools/tzcode/
H A Dzic.c155 static int is32(zic_t x);
1595 is32(x) function
1677 while (timecnt32 > 0 && !is32(ats[timecnt32 - 1]))
1679 while (timecnt32 > 0 && !is32(ats[timei32])) {
1683 while (leapcnt32 > 0 && !is32(trans[leapcnt32 - 1]))
1685 while (leapcnt32 > 0 && !is32(trans[leapi32])) {

Completed in 2493 milliseconds

12