Searched defs:bytesCount (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListRenderer.cpp | 358 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()
|
D | DisplayListOp.h | 1301 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/ |
D | android_view_TextureView.cpp | 159 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format); in android_view_TextureView_lockCanvas() local
|
D | android_view_GraphicBuffer.cpp | 188 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_view_GraphicBuffer_lockCanvas() local
|
D | android_view_GLES20Canvas.cpp | 608 int bytesCount = glyphsCount * sizeof(jchar); in operator ()() local
|