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

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 322 // Returns true if fTopBot[] has been recorded.
324 return !SkScalarIsNaN(fTopBot[0]);
327 // Returns fTopBot array, so it can be passed to a routine to compute them.
328 // For efficiency, we assert that fTopBot have not been recorded yet.
331 return fTopBot;
337 return fTopBot;
354 fTopBot[0] = SK_ScalarNaN; // Mark as unwritten.
361 mutable SkScalar fTopBot[2]; // Cache of FontMetrics fTop, fBottom. Starts as [NaN,?].
  /external/skia/src/core/
SkPictureFlat.h 319 // Returns true if fTopBot[] has been recorded.
321 return !SkScalarIsNaN(fTopBot[0]);
324 // Returns fTopBot array, so it can be passed to a routine to compute them.
325 // For efficiency, we assert that fTopBot have not been recorded yet.
328 return fTopBot;
334 return fTopBot;
351 fTopBot[0] = SK_ScalarNaN; // Mark as unwritten.
358 mutable SkScalar fTopBot[2]; // Cache of FontMetrics fTop, fBottom. Starts as [NaN,?].

Completed in 46 milliseconds