Home
last modified time | relevance | path

Searched defs:bytesCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp358 status_t DisplayListRenderer::drawTextOnPath(const char* text, int bytesCount, int count, in drawTextOnPath()
372 status_t DisplayListRenderer::drawPosText(const char* text, int bytesCount, int count, in drawPosText()
395 status_t DisplayListRenderer::drawText(const char* text, int bytesCount, int count, in drawText()
DDisplayListOp.h1301 DrawSomeTextOp(const char* text, int bytesCount, int count, const SkPaint* paint) in DrawSomeTextOp()
1331 DrawTextOnPathOp(const char* text, int bytesCount, int count, in DrawTextOnPathOp()
1353 DrawPosTextOp(const char* text, int bytesCount, int count, in DrawPosTextOp()
1371 DrawTextOp(const char* text, int bytesCount, int count, float x, float y, in DrawTextOp()
/frameworks/base/core/jni/
Dandroid_view_TextureView.cpp159 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format); in android_view_TextureView_lockCanvas() local
Dandroid_view_GraphicBuffer.cpp188 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_view_GraphicBuffer_lockCanvas() local
Dandroid_view_GLES20Canvas.cpp608 int bytesCount = glyphsCount * sizeof(jchar); in operator ()() local