Searched refs:Stipple (Results 1 – 25 of 26) sorted by relevance
12
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_fill.cpp | 26 {XFA_Element::Stipple, 1, {XFA_PropertyFlag::kOneOf}}, 110 case XFA_Element::Stipple: in Draw() 126 JSObject()->GetOrCreateProperty<CXFA_Stipple>(0, XFA_Element::Stipple); in DrawStipple()
|
D | cxfa_stipple.cpp | 35 XFA_Element::Stipple,
|
D | elements.inc | 113 ELEM____(0x45d5e3c1u, "stipple", Stipple, NodeWithUse)
|
D | element_attributes.inc | 201 ELEM_ATTR____(Stipple, Rate, CJX_Object::ScriptAttributeString)
|
D | cxfa_node.cpp | 5538 case XFA_Element::Stipple: in Create()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_vtbl.c | 70 GLuint st1 = i915->state.Stipple[I915_STPREG_ST1]; in i915_reduced_primitive_state() 88 if (st1 != i915->state.Stipple[I915_STPREG_ST1]) { in i915_reduced_primitive_state() 92 i915->state.Stipple[I915_STPREG_ST1] = st1; in i915_reduced_primitive_state() 260 sz += sizeof(state->Stipple); in get_state_size() 430 emit(intel, state->Stipple, sizeof(state->Stipple)); in i915_emit_state()
|
D | i830_vtbl.c | 209 GLuint st1 = i830->state.Stipple[I830_STPREG_ST1]; in i830_reduced_primitive_state() 226 if (st1 != i830->state.Stipple[I830_STPREG_ST1]) { in i830_reduced_primitive_state() 230 i830->state.Stipple[I830_STPREG_ST1] = st1; in i830_reduced_primitive_state() 398 sz += sizeof(state->Stipple); in get_state_size() 531 emit(intel, state->Stipple, sizeof(state->Stipple)); in i830_emit_state()
|
D | i830_state.c | 480 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE; in i830PolygonStipple() 517 i830->state.Stipple[I830_STPREG_ST1] &= ~0xffff; in i830PolygonStipple() 518 i830->state.Stipple[I830_STPREG_ST1] |= newMask; in i830PolygonStipple() 522 i830->state.Stipple[I830_STPREG_ST1] |= ST1_ENABLE; in i830PolygonStipple() 896 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE; in i830Enable() 898 i830->state.Stipple[I830_STPREG_ST1] |= ST1_ENABLE; in i830Enable() 1071 i830->state.Stipple[I830_STPREG_ST0] = _3DSTATE_STIPPLE; in i830_init_packets()
|
D | i915_state.c | 446 i915->state.Stipple[I915_STPREG_ST1] &= ~ST1_ENABLE; in i915PolygonStipple() 483 i915->state.Stipple[I915_STPREG_ST1] &= ~0xffff; in i915PolygonStipple() 484 i915->state.Stipple[I915_STPREG_ST1] |= newMask; in i915PolygonStipple() 488 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE; in i915PolygonStipple() 892 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE; in i915Enable() 894 i915->state.Stipple[I915_STPREG_ST1] &= ~ST1_ENABLE; in i915Enable() 974 i915->state.Stipple[I915_STPREG_ST0] = _3DSTATE_STIPPLE; in i915_init_packets()
|
D | i830_context.h | 121 GLuint Stipple[I830_STP_SETUP_SIZE]; member
|
D | i915_context.h | 218 GLuint Stipple[I915_STP_SETUP_SIZE]; member
|
/external/mesa3d/docs/gallium/ |
D | pipeline.txt | 85 | * Polygon Stipple | 86 | * Line Stipple |
|
/external/mesa3d/docs/relnotes/ |
D | 10.1.5.rst | 72 - i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
|
/external/libcups/locale/ |
D | cups.strings | 3198 // TRANSLATORS: Stipple 3199 "media-tooth.stipple" = "Stipple";
|
D | cups_en.po | 9007 #. TRANSLATORS: Stipple 9009 msgstr "Stipple"
|
D | cups_cs.po | 8705 #. TRANSLATORS: Stipple
|
D | cups_zh_CN.po | 8845 #. TRANSLATORS: Stipple
|
D | cups_ru.po | 8877 #. TRANSLATORS: Stipple
|
D | cups_de.po | 8828 #. TRANSLATORS: Stipple
|
D | cups_ja.po | 8912 #. TRANSLATORS: Stipple
|
D | cups_fr.po | 8723 #. TRANSLATORS: Stipple
|
D | cups_pt_BR.po | 8929 #. TRANSLATORS: Stipple
|
D | cups_ca.po | 8924 #. TRANSLATORS: Stipple
|
D | cups_es.po | 8938 #. TRANSLATORS: Stipple
|
D | cups_it.po | 8920 #. TRANSLATORS: Stipple
|
12