Home
last modified time | relevance | path

Searched refs:fSwapBytes (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_stream.cpp32 : fSwapBytes (false) in dng_stream()
56 : fSwapBytes (false) in dng_stream()
128 return fSwapBytes != (!!qDNGBigEndian); in BigEndian()
137 fSwapBytes = (bigEndian != (!!qDNGBigEndian)); in SetBigEndian()
457 if (fSwapBytes) in Get_uint16()
473 if (fSwapBytes) in Put_uint16()
493 if (fSwapBytes) in Get_uint32()
509 if (fSwapBytes) in Put_uint32()
525 if (fSwapBytes) in Get_uint64()
554 if (fSwapBytes) in Put_uint64()
[all …]
Ddng_stream.h59 bool fSwapBytes;
120 return fSwapBytes; in SwapBytes()
129 fSwapBytes = swapBytes; in SetSwapBytes()
/external/skia/third_party/ktx/
Dktx.h39 : fData(data), fSwapBytes(false) in SkKTXFile()
138 bool fSwapBytes; variable
Dktx.cpp150 if (fSwapBytes) { in readInt()
212 fSwapBytes = kKTX_ENDIANNESS_CODE != endianness; in readKTXFile()