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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
PaletteTexture.cpp 140 int leftBytes = ((palette + imageSize) /* the end of data pointer*/
142 int leftPixels = (leftBytes * 8 )/indexSizeBits;
  /external/icu/icu4c/source/i18n/
rulebasedcollator.cpp 741 const uint8_t *leftBytes = reinterpret_cast<const uint8_t *>(left.data());
743 if((leftBytes == NULL && !left.empty()) || (rightBytes == NULL && !right.empty())) {
747 return doCompare(leftBytes, left.length(), rightBytes, right.length(), errorCode);
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 195 milliseconds