Home
last modified time | relevance | path

Searched defs:Coord (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/plotters/src/element/
Dpoints.rs8 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()
Dimage.rs70 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()
Dbasic_shapes.rs12 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()
Dtext.rs22 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()
Ddynelem.rs64 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/
DSkColorShader.cpp95 skvm::Coord /*device*/, skvm::Coord /*local*/, in onProgram()
105 skvm::Coord /*device*/, skvm::Coord /*local*/, in onProgram()
DSkShader.cpp267 skvm::Color SkEmptyShader::onProgram(skvm::Builder*, skvm::Coord, skvm::Coord, skvm::Color, in onProgram()
DSkPerlinNoiseShader.cpp305 skvm::Coord, skvm::Coord, skvm::Color, in onProgram()
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dfunctions.inl22 tvec2<T, P> const& Coord,
/external/rust/crates/plotters/src/series/
Dpoint_series.rs48 pub fn of_element<S: Into<ShapeStyle>, F: Fn(Coord, Size, ShapeStyle) -> E>( in of_element()
/external/python/pycparser/pycparser/
Dplyparser.py13 class Coord(object): class
/external/skia/src/core/
DSkDraw_vertices.cpp152 skvm::Coord, skvm::Coord, skvm::Color, in onProgram()
DSkRuntimeEffect.cpp441 auto sampleChild = [&](int ix, skvm::Coord, skvm::Color color) { in initFilterColorInfo()
593 auto sampleChild = [&](int ix, skvm::Coord /*coord*/, skvm::Color color) { in onProgram()
DSkVM.h508 struct Coord { struct
509 F32 x,y;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp111 Value *Coord = II.getOperand(OperandIndex); in simplifyAMDGCNImageIntrinsic() local