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

/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp155 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format);
158 bitmap.setInfo(convertPixelFormat(buffer), bytesCount); local
H A Dandroid_view_GraphicBuffer.cpp180 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); local
186 bytesCount);
/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp428 int bytesCount = 2 * count; local
430 bytesCount, count, refPath(&path),
442 int bytesCount = count * 2; local
446 DrawOp* op = new (alloc()) DrawTextOp(refBuffer<glyph_t>(glyphs, count), bytesCount, count,
H A DDisplayListOp.h1259 DrawSomeTextOp(const glyph_t* text, int bytesCount, int count, const SkPaint* paint) argument
1260 : DrawOp(paint), mText(text), mBytesCount(bytesCount), mCount(count) {};
1288 DrawTextOnPathOp(const glyph_t* text, int bytesCount, int count, argument
1290 : DrawSomeTextOp(text, bytesCount, count, paint),
1310 DrawTextOp(const glyph_t* text, int bytesCount, int count, float x, float y, argument
1312 : DrawStrokableOp(bounds, paint), mText(text), mBytesCount(bytesCount), mCount(count),
H A DOpenGLRenderer.cpp2095 void OpenGLRenderer::drawText(const glyph_t* glyphs, int bytesCount, int count, float x, float y, argument
2184 void OpenGLRenderer::drawTextOnPath(const glyph_t* glyphs, int bytesCount, int count, argument

Completed in 361 milliseconds