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

  /frameworks/base/core/java/android/text/
DynamicLayout.java 498 int[] blockIndices = new int[blockEndLines.length];
500 System.arraycopy(mBlockIndices, 0, blockIndices, 0, firstBlock);
504 blockIndices, firstBlock + numAddedBlocks, mNumberOfBlocks - lastBlock - 1);
506 mBlockIndices = blockIndices;
552 void setBlocksDataForTest(int[] blockEndLines, int[] blockIndices, int numberOfBlocks) {
554 mBlockIndices = new int[blockIndices.length];
556 System.arraycopy(blockIndices, 0, mBlockIndices, 0, blockIndices.length);
  /external/skia/src/opts/
SkTextureCompressor_opts.h 198 const uint32x4x2_t blockIndices = vtrnq_u32(vreinterpretq_u32_u64(indexRow12),
200 const uint64x2_t blockIndicesLeft = vreinterpretq_u64_u32(vrev64q_u32(blockIndices.val[0]));
201 const uint64x2_t blockIndicesRight = vreinterpretq_u64_u32(vrev64q_u32(blockIndices.val[1]));
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp     [all...]

Completed in 436 milliseconds