Searched defs:GraphicsState (Results 1 – 10 of 10) sorted by relevance
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/ |
D | graphics.rs | 24 pub struct GraphicsState<'a> { struct 26 pub retained: RetainedGraphicsState, argument 31 pub proj_vector: Point<i32>, 33 pub proj_axis: CoordAxis, 40 pub dual_proj_vector: Point<i32>, 42 pub dual_proj_axis: CoordAxis, 46 pub freedom_vector: Point<i32>, 48 pub freedom_axis: CoordAxis, 50 pub fdotp: i32, 54 pub round_state: RoundState, [all …]
|
D | projection.rs | 6 impl GraphicsState<'_> { implementation 166 fn test_project_cases(state: &GraphicsState, cases: &[(Point<i32>, Point<i32>, i32)]) { in test_project_cases()
|
D | round.rs | 167 impl GraphicsState<'_> { implementation
|
D | zone.rs | 333 impl<'a> GraphicsState<'a> { implementation 386 impl GraphicsState<'_> { implementation 804 fn graphics_state(&mut self, fv_x: i32, fv_y: i32) -> GraphicsState { in graphics_state()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/ |
D | graphics.rs | 24 pub struct GraphicsState<'a> { struct 26 pub retained: RetainedGraphicsState, argument 31 pub proj_vector: Point<i32>, 33 pub proj_axis: CoordAxis, 40 pub dual_proj_vector: Point<i32>, 42 pub dual_proj_axis: CoordAxis, 46 pub freedom_vector: Point<i32>, 48 pub freedom_axis: CoordAxis, 50 pub fdotp: i32, 54 pub round_state: RoundState, [all …]
|
D | projection.rs | 6 impl GraphicsState<'_> { implementation 166 fn test_project_cases(state: &GraphicsState, cases: &[(Point<i32>, Point<i32>, i32)]) { in test_project_cases()
|
D | round.rs | 167 impl GraphicsState<'_> { impl
|
D | zone.rs | 333 impl<'a> GraphicsState<'a> { implementation 386 impl GraphicsState<'_> { impl 804 fn graphics_state(&mut self, fv_x: i32, fv_y: i32) -> GraphicsState { in graphics_state()
|
/external/swiftshader/src/Device/ |
D | Context.hpp | 443 struct GraphicsState struct 449 bool hasVertexInputInterfaceState() const in hasVertexInputInterfaceState() 453 bool hasPreRasterizationState() const in hasPreRasterizationState() 457 bool hasFragmentState() const in hasFragmentState() 461 bool hasFragmentOutputInterfaceState() const in hasFragmentOutputInterfaceState() 466 const VertexInputInterfaceState &getVertexInputInterfaceState() const in getVertexInputInterfaceState() 471 const PreRasterizationState &getPreRasterizationState() const in getPreRasterizationState() 476 const FragmentState &getFragmentState() const in getFragmentState() 481 const FragmentOutputInterfaceState &getFragmentOutputInterfaceState() const in getFragmentOutputInterfaceState() 490 VertexInputInterfaceState vertexInputInterfaceState; [all …]
|
D | Context.cpp | 1313 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo, in GraphicsState() function in vk::GraphicsState
|