OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bloat
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp
211
// theoretically could set
bloat
= 0, instead leave it because of matrix inversion
213
SkScalar
bloat
= drawState->getViewMatrix().getMaxScale() * SK_ScalarHalf;
local
214
bounds.outset(
bloat
,
bloat
);
287
// theoretically could set
bloat
= 0, instead leave it because of matrix inversion
289
SkScalar
bloat
= drawState->getViewMatrix().getMaxScale() * SK_ScalarHalf;
local
290
bounds.outset(
bloat
,
bloat
);
/bootable/recovery/applypatch/
applypatch.sh
82
run_command rm $WORK_DIR/
bloat
.dat
88
run_command rm /cache/
bloat
*.dat
250
echo run_command dd if=/dev/zero of=$WORK_DIR/
bloat
.dat count=$((free_kb-512)) bs=1024 || fail
251
run_command dd if=/dev/zero of=$WORK_DIR/
bloat
.dat count=$((free_kb-512)) bs=1024 || fail
/external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp
151
SkScalar offset, SkScalar
bloat
, SkScalar len, SkScalar stroke) {
153
SkScalar startDashX = offset -
bloat
;
154
SkScalar endDashX = offset + len +
bloat
;
155
SkScalar startDashY = -stroke -
bloat
;
156
SkScalar endDashY = stroke +
bloat
;
[
all
...]
Completed in 380 milliseconds