Searched refs:hires (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkCullPoints.h68 bool SkHitTestPath(const SkPath&, SkRect& target, bool hires);
69 bool SkHitTestPath(const SkPath&, SkScalar x, SkScalar y, bool hires);
/external/skia/include/utils/
H A DSkCullPoints.h68 bool SkHitTestPath(const SkPath&, SkRect& target, bool hires);
69 bool SkHitTestPath(const SkPath&, SkScalar x, SkScalar y, bool hires);
/external/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp154 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) { argument
184 if (hires) {
214 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) { argument
218 return SkHitTestPath(path, r, hires);
/external/skia/src/utils/
H A DSkCullPoints.cpp154 bool SkHitTestPath(const SkPath& path, SkRect& target, bool hires) { argument
184 if (hires) {
214 bool SkHitTestPath(const SkPath& path, SkScalar x, SkScalar y, bool hires) { argument
218 return SkHitTestPath(path, r, hires);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelineOverviewPane.js278 * @param {boolean=} hires
281 formatTime: function(value, hires)
283 return Number.secondsToString(value, hires);
H A DTimelineGrid.js238 * @param {boolean=} hires
241 formatTime: function(time, hires) { },
H A DFlameChart.js160 * @param {boolean=} hires
163 formatTime: function(value, hires)
233 * @param {boolean=} hires
236 formatTime: function(value, hires)
238 return Number.secondsToString((value + this._minimumBoundaries) / 1000, hires);
H A DHeapSnapshotView.js1831 * @param {boolean=} hires
1834 formatTime: function(value, hires)
1836 return Number.secondsToString((value + this._minimumBoundaries) / 1000, hires);
H A DTimelinePanel.js1662 * @param {boolean=} hires
1665 formatTime: function(value, hires)
1667 return Number.secondsToString(value + this._minimumBoundary - this._model.minimumRecordTime(), hires);

Completed in 259 milliseconds