Home
last modified time | relevance | path

Searched refs:clipTop (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DClipper.hpp67 void clipTop(Polygon &polygon);
DClipper.cpp55 if(clipFlagsOr & CLIP_TOP) clipTop(polygon); in clip()
236 void Clipper::clipTop(Polygon &polygon) in clipTop() function in sw::Clipper
/third_party/flutter/skia/src/core/
DSkRegion_path.cpp350 int clipTop, clipBot; in setPath() local
351 int clipTransitions = clip.count_runtype_values(&clipTop, &clipBot); in setPath()
353 int top = SkMax32(pathTop, clipTop); in setPath()
/third_party/skia/src/core/
DSkRegion_path.cpp349 int clipTop, clipBot; in setPath() local
350 int clipTransitions = clip.count_runtype_values(&clipTop, &clipBot); in setPath()
352 int top = std::max(pathTop, clipTop); in setPath()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DClipper.cpp184 void clipTop(sw::Polygon &polygon) in clipTop() function
292 if(clipFlagsOr & CLIP_TOP) clipTop(polygon); in Clip()