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

  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 518 endBit = min(curBit+8, bitRange[1])
519 numBits = endBit - curBit
522 secondByteLoc = endBit // 8
526 numBitsCut = endBit - curBit
557 endBit = min(curBit+8, bitRange[1])
560 secondByteLoc = endBit // 8
564 numBitsCut = endBit - curBit
  /external/skia/src/utils/
SkTextureCompressor_ASTC.cpp 767 int endBit, // The bit at which we stop reading (not inclusive)
783 endBit = 128 - endBit;
792 if (endBlockBit > endBit) {
793 endBlockBit = endBit;
809 if (endBlockBit > endBit) {
810 endBlockBit = endBit;
825 if (endValBit > endBit) {
826 endValBit = endBit;
    [all...]

Completed in 234 milliseconds