OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:floatCount
(Results
1 - 19
of
19
) sorted by null
/frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp
56
const size_t
floatCount
= count << 1;
61
mCanvas->drawPoints(floatArray,
floatCount
, paint);
65
mCanvas->drawLines(floatArray,
floatCount
, paint);
RecordedOp.h
273
LinesOp(BASE_PARAMS, const float* points, const int
floatCount
)
274
: SUPER(LinesOp), points(points),
floatCount
(
floatCount
) {}
276
const int
floatCount
;
296
PointsOp(BASE_PARAMS, const float* points, const int
floatCount
)
297
: SUPER(PointsOp), points(points),
floatCount
(
floatCount
) {}
299
const int
floatCount
;
RecordingCanvas.cpp
250
static Rect calcBoundsOfPoints(const float* points, int
floatCount
) {
252
for (int i = 2; i <
floatCount
; i += 2) {
259
void RecordingCanvas::drawPoints(const float* points, int
floatCount
, const SkPaint& paint) {
260
if (CC_UNLIKELY(
floatCount
< 2 || paint.nothingToDraw())) return;
261
floatCount
&= ~0x1; // round down to nearest two
264
calcBoundsOfPoints(points,
floatCount
), *mState.currentSnapshot()->transform,
265
getRecordedClip(), refPaint(&paint), refBuffer<float>(points,
floatCount
),
floatCount
));
268
void RecordingCanvas::drawLines(const float* points, int
floatCount
, const SkPaint& paint) {
269
if (CC_UNLIKELY(
floatCount
< 4 || paint.nothingToDraw())) return
[
all
...]
/external/deqp/external/openglcts/modules/gles31/
es31cSeparateShaderObjsTests.cpp
[
all
...]
/prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar
android-all-4.2.2_r1.2-robolectric-r1.jar
android-all-4.3_r2-robolectric-r1.jar
android-all-4.4_r1-robolectric-r2.jar
android-all-5.0.2_r3-robolectric-r0.jar
android-all-5.1.1_r9-robolectric-r2.jar
android-all-6.0.1_r3-robolectric-0.jar
android-all-6.0.1_r3-robolectric-r1.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/system_23/
android.jar
Completed in 498 milliseconds