Searched defs:kGap (Results 1 - 4 of 4) sorted by relevance

/external/skia/gm/
H A Dbigrrectaaeffect.cpp29 fTestWidth = SkScalarCeilToInt(rrect.width()) + 2 * kGap;
30 fTestHeight = SkScalarCeilToInt(rrect.height()) + 2 * kGap;
79 rrect.offset(SkIntToScalar(x + kGap), SkIntToScalar(y + kGap));
104 static constexpr int kGap = 3; member in class:skiagm::BigRRectAAEffectGM
/external/v8/src/mips/
H A Dassembler-mips.h1076 // Check if there is less than kGap bytes available in the buffer.
1079 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1265 // The relocation writer's position is at least kGap bytes below the end of
1269 static const int kGap = 32; member in namespace:v8::internal
/external/v8/src/mips64/
H A Dassembler-mips64.h1138 // Check if there is less than kGap bytes available in the buffer.
1141 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1319 // The relocation writer's position is at least kGap bytes below the end of
1323 static const int kGap = 32; member in namespace:v8::internal
/external/v8/src/ppc/
H A Dassembler-ppc.h1364 // The relocation writer's position is at least kGap bytes below the end of
1368 static const int kGap = 32; member in namespace:v8::internal

Completed in 161 milliseconds