Searched defs:bytesCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListCanvas.cpp | 431 int bytesCount = 2 * count; in drawTextOnPath() local 442 int bytesCount = 2 * count; in drawPosText() local 467 int bytesCount = count * 2; in drawText() local
|
D | DisplayListOp.h | 1253 DrawSomeTextOp(const char* text, int bytesCount, int count, const SkPaint* paint) in DrawSomeTextOp() 1282 DrawTextOnPathOp(const char* text, int bytesCount, int count, in DrawTextOnPathOp() 1304 DrawPosTextOp(const char* text, int bytesCount, int count, in DrawPosTextOp() 1322 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 | 180 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_view_GraphicBuffer_lockCanvas() local
|