OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesCount
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java
47
int
bytesCount
= Math.min(MAX_WRITE_BYTES, end - offset);
48
mOutputStream.write(buffer, offset,
bytesCount
);
49
offset +=
bytesCount
;
/frameworks/base/core/jni/
android_view_GraphicBuffer.cpp
180
ssize_t
bytesCount
= buffer->getStride() * bytesPerPixel(buffer->getPixelFormat());
186
bytesCount
);
android_view_TextureView.cpp
155
ssize_t
bytesCount
= buffer.stride * bytesPerPixel(buffer.format);
158
bitmap.setInfo(convertPixelFormat(buffer),
bytesCount
);
/frameworks/base/libs/hwui/
OpenGLRenderer.h
194
void drawTextOnPath(const glyph_t* glyphs, int
bytesCount
, int count, const SkPath* path,
196
void drawText(const glyph_t* glyphs, int
bytesCount
, int count, float x, float y,
DisplayListCanvas.cpp
428
int
bytesCount
= 2 * count;
430
bytesCount
, count, refPath(&path),
442
int
bytesCount
= count * 2;
446
DrawOp* op = new (alloc()) DrawTextOp(refBuffer<glyph_t>(glyphs, count),
bytesCount
, count,
DisplayListOp.h
[
all
...]
OpenGLRenderer.cpp
[
all
...]
/prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar
jack-3.36.CANDIDATE.jar
jack-4.7.BETA.jar
Completed in 224 milliseconds