/external/skia/src/core/ |
D | SkScanPriv.h | 44 template<class EdgeType> 45 static inline void remove_edge(EdgeType* edge) { in remove_edge() 50 template<class EdgeType> 51 static inline void insert_edge_after(EdgeType* edge, EdgeType* afterMe) { in insert_edge_after() 58 template<class EdgeType> 59 static void backward_insert_edge_based_on_x(EdgeType* edge) { in backward_insert_edge_based_on_x() 61 EdgeType* prev = edge->fPrev; in backward_insert_edge_based_on_x() 75 template<class EdgeType> 76 static EdgeType* backward_insert_start(EdgeType* prev, SkFixed x) { in backward_insert_start()
|
/external/skqp/src/core/ |
D | SkScanPriv.h | 44 template<class EdgeType> 45 static inline void remove_edge(EdgeType* edge) { in remove_edge() 50 template<class EdgeType> 51 static inline void insert_edge_after(EdgeType* edge, EdgeType* afterMe) { in insert_edge_after() 58 template<class EdgeType> 59 static void backward_insert_edge_based_on_x(EdgeType* edge) { in backward_insert_edge_based_on_x() 61 EdgeType* prev = edge->fPrev; in backward_insert_edge_based_on_x() 75 template<class EdgeType> 76 static EdgeType* backward_insert_start(EdgeType* prev, SkFixed x) { in backward_insert_start()
|
/external/skia/tests/ |
D | DetermineDomainModeTest.cpp | 55 enum EdgeType { enum in RectInfo 61 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot, in set() 72 EdgeType edgeType(Side side) const { return fTypes[side]; } in edgeType() 107 static const char* ToStr(EdgeType type) { in ToStr() 116 EdgeType fTypes[4]; 151 static RectInfo::EdgeType compute_inset_edgetype(RectInfo::EdgeType previous, in compute_inset_edgetype() 200 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft); in generic_inset() 210 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop); in generic_inset() 220 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight); in generic_inset() 230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset()
|
/external/skqp/tests/ |
D | DetermineDomainModeTest.cpp | 55 enum EdgeType { enum in RectInfo 61 void set(const SkRect& rect, EdgeType left, EdgeType top, EdgeType right, EdgeType bot, in set() 72 EdgeType edgeType(Side side) const { return fTypes[side]; } in edgeType() 107 static const char* ToStr(EdgeType type) { in ToStr() 116 EdgeType fTypes[4]; 151 static RectInfo::EdgeType compute_inset_edgetype(RectInfo::EdgeType previous, in compute_inset_edgetype() 200 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft); in generic_inset() 210 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop); in generic_inset() 220 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight); in generic_inset() 230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | PathNumbering.h | 132 enum EdgeType { NORMAL, BACKEDGE, SPLITEDGE, enum 146 EdgeType getType() const; 149 void setType(EdgeType type); 187 EdgeType _edgeType;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PathNumbering.cpp | 178 BallLarusEdge::EdgeType BallLarusEdge::getType() const { in getType() 183 void BallLarusEdge::setType(EdgeType type) { in setType()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass.cc | 83 DataType EdgeType(const Edge* edge) { in EdgeType() function 284 arg_types[i] = EdgeType(edge); in BuildXlaLaunchOps()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_3x3_filter.h | 2487 enum class EdgeType { kCorner, kHorizontal, kVertical, kCenter }; 2489 template <EdgeType kEdgeType, int kPadWidth, int kPadHeight> 2493 struct DepthwiseConvPartial<EdgeType::kCenter, 1, 1> { 2612 struct DepthwiseConvPartial<EdgeType::kCorner, 1, 1> { 2783 struct DepthwiseConvPartial<EdgeType::kHorizontal, 1, 1> { 2988 struct DepthwiseConvPartial<EdgeType::kVertical, 1, 1> { 3385 DepthwiseConvPartial<EdgeType::kCenter, 1, 1>::Run( 3401 DepthwiseConvPartial<EdgeType::kCorner, 1, 1>::Run( 3410 DepthwiseConvPartial<EdgeType::kHorizontal, 1, 1>::Run( 3416 DepthwiseConvPartial<EdgeType::kCorner, 1, 1>::Run( [all …]
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 115 DataType EdgeType(const Edge* e) { in EdgeType() function 253 const DataType dtype = EdgeType(edge); in AddRecv() 1114 send_from.Reset(src->name(), edge->src_output(), EdgeType(edge)); in Partition()
|