Searched refs:byteLength (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h757 inline void addText(const void* text, size_t byteLength) { argument
758 mWriter.writeInt(byteLength);
759 mWriter.writePad(text, byteLength);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java976 final int byteLength = inputLength / 2;
977 final byte[] output = new byte[byteLength];
/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp893 int byteLength = text ? env->GetStringLength(text) : 0; local
905 canvas->drawPosText(text_, byteLength << 1, posPtr, *paint);

Completed in 780 milliseconds