Searched defs:bytesCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_TextureView.cpp | 155 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
|
/frameworks/base/libs/hwui/ |
D | DisplayListCanvas.cpp | 428 int bytesCount = 2 * count; in drawGlyphsOnPath() local 442 int bytesCount = count * 2; in drawGlyphs() local
|
D | DisplayListOp.h | 1259 DrawSomeTextOp(const glyph_t* text, int bytesCount, int count, const SkPaint* paint) in DrawSomeTextOp() 1288 DrawTextOnPathOp(const glyph_t* text, int bytesCount, int count, in DrawTextOnPathOp() 1310 DrawTextOp(const glyph_t* text, int bytesCount, int count, float x, float y, in DrawTextOp()
|