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

  /frameworks/base/include/private/ui/
RegionHelper.h 27 class region_operator class in namespace:android
38 * it when instantiating a region_operator.
63 friend class region_operator;
69 inline region_operator(int op, const region& lhs, const region& rhs) function in class:android::region_operator
155 friend class region_operator;
  /frameworks/base/libs/ui/
Region.cpp 43 op_nand = region_operator<Rect>::op_nand,
44 op_and = region_operator<Rect>::op_and,
45 op_or = region_operator<Rect>::op_or,
46 op_xor = region_operator<Rect>::op_xor
237 class Region::rasterizer : public region_operator<Rect>::region_rasterizer
375 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
376 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy);
377 region_operator<Rect> operation(op, lhs_region, rhs_region);
478 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
479 region_operator<Rect>::region rhs_region(&rhs, 1, dx, dy)
    [all...]

Completed in 33 milliseconds