/external/rust/crates/plotters/src/element/ |
D | points.rs | 8 fn make_point(pos: Coord, size: Size, style: ShapeStyle) -> Self; in make_point() 19 pub fn new<T: Into<ShapeStyle>>(coord: Coord, size: Size, style: T) -> Self { in new() 31 fn point_iter(self) -> std::iter::Once<&'a Coord> { in point_iter() 62 pub fn new<T: Into<ShapeStyle>>(coord: Coord, size: Size, style: T) -> Self { in new() 74 fn point_iter(self) -> std::iter::Once<&'a Coord> { in point_iter() 104 fn make_point(pos: Coord, size: Size, style: ShapeStyle) -> Self { in make_point() 110 fn make_point(pos: Coord, size: Size, style: ShapeStyle) -> Self { in make_point() 116 fn make_point(pos: Coord, size: Size, style: ShapeStyle) -> Self { in make_point() 122 fn make_point(pos: Coord, _: Size, style: ShapeStyle) -> Self { in make_point()
|
D | image.rs | 70 pub fn new(pos: Coord, size: (u32, u32)) -> Self { in new() 87 pub fn with_owned_buffer(pos: Coord, size: (u32, u32), buf: Vec<u8>) -> Option<Self> { in with_owned_buffer() 107 pub fn with_mut(pos: Coord, size: (u32, u32), buf: &'a mut [u8]) -> Option<Self> { in with_mut() 128 pub fn with_ref(pos: Coord, size: (u32, u32), buf: &'a [u8]) -> Option<Self> { in with_ref() 156 pub fn move_to(&mut self, pos: Coord) { in move_to() 169 fn from((pos, image): (Coord, DynamicImage)) -> Self { in from() 183 fn from((pos, image): (Coord, DynamicImage)) -> Self { in from()
|
D | basic_shapes.rs | 12 pub fn new<P: Into<Coord>, S: Into<ShapeStyle>>(pos: P, style: S) -> Self { in new() 75 pub fn new<P: Into<Vec<Coord>>, S: Into<ShapeStyle>>(points: P, style: S) -> Self { in new() 86 fn point_iter(self) -> &'a [Coord] { in point_iter() 158 fn point_iter(self) -> &'a [Coord] { in point_iter() 238 pub fn new<S: Into<ShapeStyle>>(coord: Coord, size: Size, style: S) -> Self { in new() 250 fn point_iter(self) -> std::iter::Once<&'a Coord> { in point_iter() 300 pub fn new<P: Into<Vec<Coord>>, S: Into<ShapeStyle>>(points: P, style: S) -> Self { in new() 311 fn point_iter(self) -> &'a [Coord] { in point_iter()
|
D | text.rs | 22 pub fn new<S: Into<TextStyle<'a>>>(text: T, points: Coord, style: S) -> Self { in new() 68 pub fn new<S: Into<TextStyle<'a>>>(pos: Coord, style: S) -> Self { in new() 103 pub fn relocate(&mut self, coord: Coord) { in relocate() 178 pos: Coord, in from_str() 203 pos: Coord, in from_string()
|
D | dynelem.rs | 64 fn into_dyn(self) -> DynElement<'a, DB, Coord>; in into_dyn() argument 74 fn into_dyn(self) -> DynElement<'b, DB, Coord> { in into_dyn() argument
|
/external/skia/src/shaders/ |
D | SkColorShader.cpp | 95 skvm::Coord /*device*/, skvm::Coord /*local*/, in onProgram() 105 skvm::Coord /*device*/, skvm::Coord /*local*/, in onProgram()
|
D | SkShader.cpp | 267 skvm::Color SkEmptyShader::onProgram(skvm::Builder*, skvm::Coord, skvm::Coord, skvm::Color, in onProgram()
|
D | SkPerlinNoiseShader.cpp | 305 skvm::Coord, skvm::Coord, skvm::Color, in onProgram()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | functions.inl | 22 tvec2<T, P> const& Coord,
|
/external/rust/crates/plotters/src/series/ |
D | point_series.rs | 48 pub fn of_element<S: Into<ShapeStyle>, F: Fn(Coord, Size, ShapeStyle) -> E>( in of_element()
|
/external/python/pycparser/pycparser/ |
D | plyparser.py | 13 class Coord(object): class
|
/external/skia/src/core/ |
D | SkDraw_vertices.cpp | 152 skvm::Coord, skvm::Coord, skvm::Color, in onProgram()
|
D | SkRuntimeEffect.cpp | 441 auto sampleChild = [&](int ix, skvm::Coord, skvm::Color color) { in initFilterColorInfo() 593 auto sampleChild = [&](int ix, skvm::Coord /*coord*/, skvm::Color color) { in onProgram()
|
D | SkVM.h | 508 struct Coord { struct 509 F32 x,y;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstCombineIntrinsic.cpp | 111 Value *Coord = II.getOperand(OperandIndex); in simplifyAMDGCNImageIntrinsic() local
|