HomeSort by relevance Sort by last modified time
    Searched defs:line_offset (Results 1 - 10 of 10) sorted by null

  /art/runtime/base/
hex_dump.cc 58 size_t line_offset = offset & ~0x0f; local
65 *hex++ = gHexDigit[line_offset >> (kBitsPerWord - 4)];
66 line_offset <<= 4;
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 379 int line_offset,
405 word_location + line_offset, local
  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc 226 gfx::Vector2dF line_offset = &handle == end_selection_handle_.get() local
229 gfx::PointF line_position = position + line_offset;
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 498 int32_t line_offset = local
500 State.Row.Line += line_offset;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.cpp 287 dw_sleb128_t line_offset = debug_line_data.GetSLEB128(&offset); local
288 log->Printf( "0x%8.8x: DW_LNS_advance_line (%i)", op_offset, line_offset);
289 row.line += line_offset;
364 int32_t line_offset = prologue.line_base + (adjust_opcode % prologue.line_range); local
365 log->Printf("0x%8.8x: address += 0x%" PRIx64 ", line += %i\n", op_offset, (uint64_t)addr_offset, line_offset);
367 row.line += line_offset;
832 int32_t line_offset = prologue->line_base + (adjust_opcode % prologue->line_range); local
    [all...]
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 908 const Vector2d line_offset = GetLineOffset(0); local
916 Vector2d origin = line_offset + Vector2d(current_x, lines()[0].baseline);
    [all...]
render_text_win.cc 822 const Vector2d line_offset = GetLineOffset(i); local
825 if (!display_rect().Intersects(Rect(PointAtOffsetFromOrigin(line_offset),
829 const Vector2d text_offset = line_offset + Vector2d(0, line.baseline);
842 const Rect segment_bounds(PointAtOffsetFromOrigin(line_offset) +
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 2748 int line_offset = ftell( fs->file ); local
    [all...]
  /external/chromium_org/v8/src/
api.cc 1734 int line_offset = 0; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 17322 v8::Handle<v8::Integer> line_offset = v8::Integer::New(isolate, 3); local
    [all...]

Completed in 232 milliseconds