Searched refs:GetByte (Results 1 - 25 of 27) sorted by last modified time

12

/external/skia/src/images/
H A Dbmpdecoderhelper.cpp96 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();
338 uint8 BmpDecoderHelper::GetByte() { function in class:image_codec::BmpDecoderHelper
[all...]
H A Dbmpdecoderhelper.h88 uint8 GetByte();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_define.h113 virtual FX_BOOL GetByte(FX_DWORD pos, FX_BYTE& ch);
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp20 FX_BOOL CPDF_CustomAccess::GetByte(FX_DWORD pos, FX_BYTE& ch) function in class:CPDF_CustomAccess
/external/opencv/
H A DWLNonFileByteStream.cpp141 uchar* WLNonFileByteStream::GetByte() function in class:WLNonFileByteStream
H A DWLNonFileByteStream.h37 uchar* GetByte();
H A Dcvjni.cpp157 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
276 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
771 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)m_strm->GetByte());
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp233 int RLByteStream::GetByte() function in class:RLByteStream
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() << 2
[all...]
H A Dbitstrm.h102 int GetByte();
H A Dgrfmt_bmp.cpp300 x_shift3 = m_strm.GetByte()*nch;
301 y_shift = m_strm.GetByte();
393 x_shift3 = m_strm.GetByte()*nch;
394 y_shift = m_strm.GetByte();
H A Dgrfmt_jpeg.cpp540 int val = m_low_strm.GetByte();
547 val = m_low_strm.GetByte();
588 code = ((code&255) << 8) | m_low_strm.GetByte();
852 m_precision = lstrm.GetByte();
855 m_planes = lstrm.GetByte();
866 int idx = lstrm.GetByte();
876 ci.h = (char)lstrm.GetByte();
879 ci.tq = (char)lstrm.GetByte();
939 int tq = lstrm.GetByte();
984 int t = lstrm.GetByte();
[all...]
H A Dgrfmt_pxm.cpp89 code = strm.GetByte();
99 code = strm.GetByte();
104 code = strm.GetByte();
107 code = strm.GetByte();
116 code = strm.GetByte();
150 int code = m_strm.GetByte();
154 code = m_strm.GetByte();
H A Dgrfmt_sunras.cpp232 code = m_strm.GetByte();
235 len = m_strm.GetByte();
247 code = m_strm.GetByte();
301 code = m_strm.GetByte();
304 len = m_strm.GetByte();
325 code = m_strm.GetByte();
341 if( m_strm.GetByte() != 0 )
H A Dgrfmt_tiff.cpp342 array[i] = m_strm.GetByte();
/external/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs102 public byte GetByte(uint distance) method in class:SevenZip.Compression.LZ.OutWindow
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs259 byte prevByte = m_OutWindow.GetByte(0);
262 (uint)nowPos64, prevByte, m_OutWindow.GetByte(rep0));
279 m_OutWindow.PutByte(m_OutWindow.GetByte(rep0));
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java78 public byte GetByte(int distance) method in class:OutWindow
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0));
304 prevByte = m_OutWindow.GetByte(0);
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Davi_file.cc585 _bytesRead += GetByte(dummy_byte);
1315 size_t AviFile::GetByte(uint8_t& word) function in class:webrtc::AviFile
H A Davi_file.h170 size_t GetByte(uint8_t& word);
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp96 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();
338 uint8 BmpDecoderHelper::GetByte() { function in class:image_codec::BmpDecoderHelper
[all...]
H A Dbmpdecoderhelper.h88 uint8 GetByte();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc743 uint8 StunByteStringAttribute::GetByte(size_t index) const {
H A Dstun.h416 uint8 GetByte(size_t index) const;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dinet_ntoa.c9 static uint8_t GetByte(const void* addr, int byte) { function
17 GetByte(&in, 0), GetByte(&in, 1),
18 GetByte(&in, 2), GetByte(&in, 3));

Completed in 399 milliseconds

12