Searched refs:CHAR_SIZE (Results 1 – 2 of 2) sorted by relevance
40 private static final int CHAR_SIZE = 2; field in Grid110 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount) in Grid()251 GL11.GL_UNSIGNED_SHORT, startIndex * CHAR_SIZE); in drawStrip()
1983 const unsigned CHAR_SIZE = 1;1984 if (spec_.width_ > CHAR_SIZE) {1987 std::uninitialized_fill_n(out, spec_.width_ - CHAR_SIZE, fill);1988 out += spec_.width_ - CHAR_SIZE;1991 internal::const_check(CHAR_SIZE), fill);1993 std::uninitialized_fill_n(out + CHAR_SIZE,1994 spec_.width_ - CHAR_SIZE, fill);1997 out = writer_.grow_buffer(CHAR_SIZE);