Searched refs:fSwapBytes (Results 1 - 4 of 4) sorted by last modified time

/external/skia/third_party/ktx/
H A Dktx.cpp150 if (fSwapBytes) {
212 fSwapBytes = kKTX_ENDIANNESS_CODE != endianness;
H A Dktx.h39 : fData(data), fSwapBytes(false)
129 // (fKeyValuePairs, fPixelData, fSwapBytes)
138 bool fSwapBytes; member in class:SkKTXFile
141 // bytes if fSwapBytes is set
/external/dng_sdk/source/
H A Ddng_stream.cpp32 : fSwapBytes (false)
56 : fSwapBytes (false)
128 return fSwapBytes != (!!qDNGBigEndian);
137 fSwapBytes = (bigEndian != (!!qDNGBigEndian));
457 if (fSwapBytes)
473 if (fSwapBytes)
493 if (fSwapBytes)
509 if (fSwapBytes)
525 if (fSwapBytes)
554 if (fSwapBytes)
[all...]
H A Ddng_stream.h59 bool fSwapBytes; member in class:dng_stream
120 return fSwapBytes;
129 fSwapBytes = swapBytes;

Completed in 184 milliseconds