Searched defs:Face (Results 1 – 13 of 13) sorted by relevance
177 struct Face { struct179 constexpr Face(StencilOp stencilFail, in Face() function192 StencilOp fStencilFailOp = StencilOp::kKeep;193 StencilOp fDepthFailOp = StencilOp::kKeep;194 StencilOp fDepthStencilPassOp = StencilOp::kKeep;195 CompareOp fCompareOp = CompareOp::kAlways;196 uint32_t fReadMask = 0xffffffff;197 uint32_t fWriteMask = 0xffffffff;
31 struct Face { struct32 uint32_t fReadMask;33 uint32_t fWriteMask;34 uint32_t fOps;
21 namespace A { struct Face {}; } struct22 namespace B { struct Face {}; } struct
69 struct Face { struct70 sk_sp<SkTypeface> typeface;71 const char* name;72 bool isDefault;
106 struct Face { struct107 SkScalar fRx, fRy;108 SkColor fColor;110 static SkM44 T(SkScalar x, SkScalar y, SkScalar z) { in T()137 const Face faces[] = { argument
84 pub fn get_face(&self) -> Face { in get_face()213 pub struct Face(u32); struct215 impl Face { implementation
24 "Face": { object244 "Face": { object302 "Face": { object546 "Face": { object560 "Face": { object574 "Face": { object617 "Face": { object
1757 "Face":{ object1792 "Face":{ object1855 "Face":{ object3647 "Face":{ object3773 "Face":{ object3805 "Face":{ object3837 "Face":{ object5874 "Face":{ object
79 struct Face : public GrTStencilFaceSettings<GrStencilTest, GrStencilOp> { struct
113 typedef GrTStencilFaceSettings<GrUserStencilTest, GrUserStencilOp> Face; typedef
30 class Face { class35 Face(float rotX, float rotY, Sample sample) { in Face() method in Face
342 float Face; /**< +1 if front facing, -1 if back facing */ member
780 GLuint Face; member