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

  /external/opencv/
WLNonFileByteStream.cpp 141 uchar* WLNonFileByteStream::GetByte()
  /external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs 102 public byte GetByte(uint distance)
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
OutWindow.java 61 public byte GetByte (int distance) {
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 78 public byte GetByte(int distance)
  /art/runtime/
art_field-inl.h 151 inline int8_t ArtField::GetByte(mirror::Object* object) {
  /external/skia/src/images/
bmpdecoderhelper.cpp 96 colTab_[base + 2] = GetByte();
97 colTab_[base + 1] = GetByte();
98 colTab_[base] = GetByte();
100 GetByte();
186 uint8 cmd = GetByte();
188 uint8 pixels = GetByte();
203 cmd = GetByte();
214 uint8 dx = GetByte();
215 uint8 dy = GetByte();
231 val = GetByte();
    [all...]
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 233 int RLByteStream::GetByte()
296 val = GetByte();
297 val|= GetByte() << 8;
316 val = GetByte();
317 val |= GetByte() << 8;
318 val |= GetByte() << 16;
319 val |= GetByte() << 24;
337 val = GetByte() << 8;
338 val|= GetByte();
357 val = GetByte() << 24
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 99 Byte GetByte(UInt32 dist) const
107 PutByte(GetByte(dist));
376 prevByte = OutWindow.GetByte(1);
384 unsigned matchByte = OutWindow.GetByte(rep0 + 1);
506 OutWindow.PutByte(OutWindow.GetByte(rep0 + 1));
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 157 FX_BOOL CPDF_CustomAccess::GetByte(FX_DWORD pos, uint8_t& ch) {
    [all...]

Completed in 223 milliseconds