Home
last modified time | relevance | path

Searched refs:CHAR_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DTextLayout.cpp63 SkAutoSTMalloc<CHAR_BUFFER_SIZE, jchar> tempBuffer(contextCount); in shapeRtlText()
245 SkAutoSTMalloc<CHAR_BUFFER_SIZE, jchar> buffer(contextCount); in drawTextRun()
308 SkAutoSTMalloc<CHAR_BUFFER_SIZE, jchar> buffer(count); in drawTextOnPath()
321 SkAutoSTMalloc<CHAR_BUFFER_SIZE, jchar> tempBuffer(contextCount); in computeAdvancesWithICU()
DTextLayout.h37 #define CHAR_BUFFER_SIZE 80 macro
DTextLayoutCache.h51 #define CHAR_BUFFER_SIZE 80 macro