HomeSort by relevance Sort by last modified time
    Searched refs:ReadBlock (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
unicode-inl.h 202 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
216 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
227 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
unicode.h 121 static const byte* ReadBlock(Buffer<const char*> str, byte* buffer,
unicode.cc 262 const byte* Utf8::ReadBlock(Buffer<const char*> str, byte* buffer,
    [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/skia/src/images/
SkImageDecoder_fpdfemb.cpp 99 // SkDebugf("---- readblock %p %p %d %d\n", stream, dst, offset, size);
194 file.ReadBlock = file_readblock;
fpdfemb.h 393 // Interface: ReadBlock
403 FPDFEMB_RESULT (*ReadBlock)(struct FPDFEMB_FILE_ACCESS* file, void* buffer,
    [all...]

Completed in 103 milliseconds