HomeSort by relevance Sort by last modified time
    Searched refs:Stipple (Results 1 - 10 of 10) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_fill.cpp 24 {XFA_Element::Stipple, 1, XFA_PROPERTYFLAG_OneOf},
106 case XFA_Element::Stipple:
122 CXFA_Stipple* stipple = local
123 JSObject()->GetOrCreateProperty<CXFA_Stipple>(0, XFA_Element::Stipple);
124 if (stipple)
125 stipple->Draw(pGS, fillPath, rtWidget, matrix);
cxfa_stipple.cpp 25 constexpr wchar_t kName[] = L"stipple";
34 XFA_Element::Stipple,
cxfa_node_statics.cpp 425 {0x45d5e3c1 /* stipple */, XFA_Element::Stipple},
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 462 * Polygon stipple
464 * The i830 supports a 4x4 stipple natively, GL wants 32x32.
465 * Fortunately stipple is usually a repeating pattern.
480 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE;
483 /* Use the already unpacked stipple data from the context rather than the
517 i830->state.Stipple[I830_STPREG_ST1] &= ~0xffff;
518 i830->state.Stipple[I830_STPREG_ST1] |= newMask;
522 i830->state.Stipple[I830_STPREG_ST1] |= ST1_ENABLE;
889 /* The stipple command worked on my 855GM box, but not my 845G.
896 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE
    [all...]
i915_state.c 428 * Polygon stipple
430 * The i915 supports a 4x4 stipple natively, GL wants 32x32.
431 * Fortunately stipple is usually a repeating pattern.
446 i915->state.Stipple[I915_STPREG_ST1] &= ~ST1_ENABLE;
449 /* Use the already unpacked stipple data from the context rather than the
483 i915->state.Stipple[I915_STPREG_ST1] &= ~0xffff;
484 i915->state.Stipple[I915_STPREG_ST1] |= newMask;
488 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE;
884 /* The stipple command worked on my 855GM box, but not my 845G.
892 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE
    [all...]
i830_context.h 121 GLuint Stipple[I830_STP_SETUP_SIZE];
i830_vtbl.c 209 GLuint st1 = i830->state.Stipple[I830_STPREG_ST1];
226 if (st1 != i830->state.Stipple[I830_STPREG_ST1]) {
230 i830->state.Stipple[I830_STPREG_ST1] = st1;
398 sz += sizeof(state->Stipple);
531 emit(intel, state->Stipple, sizeof(state->Stipple));
i915_vtbl.c 71 GLuint st1 = i915->state.Stipple[I915_STPREG_ST1];
89 if (st1 != i915->state.Stipple[I915_STPREG_ST1]) {
93 i915->state.Stipple[I915_STPREG_ST1] = st1;
261 sz += sizeof(state->Stipple);
431 emit(intel, state->Stipple, sizeof(state->Stipple));
i915_context.h 218 GLuint Stipple[I915_STP_SETUP_SIZE];
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 722 Stipple,

Completed in 218 milliseconds