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

/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc352 const int kGap = 6; local
372 kGraphWidth + kHistogramWidth + kGap + 2,
378 SkRect histogram_bounds = SkRect::MakeXYWH(graph_bounds.right() + kGap,
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h1031 // Check if there is less than kGap bytes available in the buffer.
1034 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1179 // The relocation writer's position is at least kGap bytes below the end of
1183 static const int kGap = 32; member in class:v8::internal::Assembler
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h1067 // Check if there is less than kGap bytes available in the buffer.
1070 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1215 // The relocation writer's position is at least kGap bytes below the end of
1219 static const int kGap = 32; member in class:v8::internal::Assembler
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h1555 // The relocation writer's position is at least kGap bytes below the end of
1559 static const int kGap = 32; member in class:v8::internal::Assembler

Completed in 764 milliseconds