OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRound
(Results
1 - 6
of
6
) sorted by null
/external/skia/bench/
DashBench.cpp
221
DashLineBench(SkScalar width, bool
isRound
) {
222
fName.printf("dashline_%g_%s", SkScalarToFloat(width),
isRound
? "circle" : "square");
224
fIsRound =
isRound
;
/frameworks/base/libs/hwui/
PathTessellator.cpp
435
bool
isRound
= paintInfo.cap == SkPaint::kRound_Cap;
437
const int postCapIndex = (
isRound
&& isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
447
if (
isRound
) {
[
all
...]
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
685
///
isRound
- Return true if the size is a power-of-two number of bytes.
686
bool
isRound
() const {
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
400
assert(WideVT.
isRound
() &&
TargetLowering.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
Completed in 134 milliseconds