HomeSort by relevance Sort by last modified time
    Searched refs:fEmpty (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPath.cpp 92 if ((fEmpty || fHasValidBounds) && fRect.isFinite()) {
102 bool fEmpty;
111 fEmpty = path->isEmpty();
112 if (fHasValidBounds && !fEmpty) {
    [all...]
  /external/skqp/src/core/
SkPath.cpp 91 if ((fEmpty || fHasValidBounds) && fRect.isFinite()) {
101 bool fEmpty;
110 fEmpty = path->isEmpty();
111 if (fHasValidBounds && !fEmpty) {
    [all...]

Completed in 126 milliseconds