OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bloat
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp
80
SkScalar
bloat
= drawState->getViewMatrix().getMaxStretch() * SK_ScalarHalf;
local
110
// theoretically could set
bloat
= 0, instead leave it because of matrix inversion
114
bloat
= 0;
118
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
Completed in 55 milliseconds