Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_TextureView.cpp155 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format); in android_view_TextureView_lockCanvas() local
Dandroid_view_GraphicBuffer.cpp180 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_view_GraphicBuffer_lockCanvas() local
/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp428 int bytesCount = 2 * count; in drawGlyphsOnPath() local
442 int bytesCount = count * 2; in drawGlyphs() local
DDisplayListOp.h1259 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()