HomeSort by relevance Sort by last modified time
    Searched refs:rasterizer (Results 1 - 25 of 30) sorted by null

1 2

  /cts/tests/tests/text/src/android/text/style/cts/
RasterizerSpanTest.java 20 import android.graphics.Rasterizer;
28 Rasterizer r = new Rasterizer();
35 Rasterizer expected = new Rasterizer();
45 Rasterizer rasterizer = new Rasterizer(); local
46 RasterizerSpan rasterizerSpan = new RasterizerSpan(rasterizer);
52 assertSame(rasterizer, tp.getRasterizer())
    [all...]
  /frameworks/native/opengl/libagl/
state.cpp 74 ggl_init_context(&(c->rasterizer));
91 c->rasterizer.base = base;
96 c->rasterizer.procs.depthMask(c, 1);
99 c->rasterizer.procs.enable(c, GL_DITHER);
113 ggl_uninit_context(&(c->rasterizer));
114 free(c->rasterizer.base);
192 // these need to fall through into the rasterizer
193 c->rasterizer.procs.enableDisable(c, cap, enabled);
196 c->rasterizer.procs.enableDisable(c, GL_TEXTURE_2D, enabled);
291 c->rasterizer.procs.enableDisable(c
    [all...]
texture.cpp 79 c->rasterizer.procs.activeTexture(c, i);
80 c->rasterizer.procs.bindTexture(c, &(u.texture->surface));
81 c->rasterizer.procs.texGeni(c, GGL_S,
83 c->rasterizer.procs.texGeni(c, GGL_T,
85 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
87 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
89 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
91 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
96 c->rasterizer.procs.disable(c, GGL_TEXTURE_2D);
104 if (c->rasterizer.state.texture[i].enable
    [all...]
primitives.cpp 105 // configure the rasterizer here, before we clip
106 c->rasterizer.procs.color4xv(c, v2->color.v);
125 // configure the rasterizer here, before we clip
126 c->rasterizer.procs.color4xv(c, v2->color.v);
173 // configure the rasterizer here, before we clip
174 c->rasterizer.procs.color4xv(c, v2->color.v);
191 // configure the rasterizer here, before we clip
192 c->rasterizer.procs.color4xv(c, v2->color.v);
214 const uint32_t enables = c->rasterizer.state.enables;
397 if (!(c->rasterizer.state.texture[i].enable)
    [all...]
egl.cpp 133 return static_cast<egl_context_t*>(gl->rasterizer.base);
593 gl->rasterizer.procs.colorBuffer(gl, &buffer);
594 if (depth.data != gl->rasterizer.state.buffers.depth.data)
595 gl->rasterizer.procs.depthBuffer(gl, &depth);
608 gl->rasterizer.procs.readBuffer(gl, &buffer);
685 gl->rasterizer.procs.colorBuffer(gl, &buffer);
686 if (depth.data != gl->rasterizer.state.buffers.depth.data)
687 gl->rasterizer.procs.depthBuffer(gl, &depth);
699 gl->rasterizer.procs.readBuffer(gl, &buffer);
761 gl->rasterizer.procs.colorBuffer(gl, &pbuffer)
    [all...]
array.cpp     [all...]
mipmap.cpp 34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
vertex.cpp 137 perspective(c, v, c->rasterizer.state.enables);
light.cpp 104 c->rasterizer.procs.shadeModel(c, GL_SMOOTH);
872 c->rasterizer.procs.fogColor3xv(c, paramsx);
882 c->rasterizer.procs.fogColor3xv(c, params);
matrix.cpp 98 const uint32_t enables = c->rasterizer.state.enables;
676 y = c->rasterizer.state.buffers.color.height - (y + h);
677 c->rasterizer.procs.scissor(c, x, y, w, h);
696 GLint H = c->rasterizer.state.buffers.color.height;
context.h 605 context_t rasterizer; member in struct:android::gl::ogles_context_t
  /external/skia/legacy/src/core/
SkPictureFlat.cpp 166 const SkRasterizer* rasterizer = (const SkRasterizer*) buffer.readFlattenable(); local
167 if (rasterizer != defaultPaint.getRasterizer())
169 "rasterizer:%p ", rasterizer);
170 SkDELETE(rasterizer);
SkPicturePlayback.cpp 1021 const SkRasterizer* rasterizer = paint.getRasterizer(); local
    [all...]
  /frameworks/native/include/ui/
Region.h 147 class rasterizer;
148 friend class rasterizer;
  /frameworks/native/include/private/ui/
RegionHelper.h 74 void operator()(region_rasterizer& rasterizer) {
86 rasterizer(current);
  /frameworks/base/graphics/java/android/graphics/
Paint.java 40 private Rasterizer mRasterizer;
992 * Get the paint's rasterizer (or null).
996 * @return the paint's rasterizer (or null)
998 public Rasterizer getRasterizer() {
1003 * Set or clear the rasterizer object.
1005 * Pass null to clear any previous rasterizer.
1008 * @param rasterizer May be null. The new rasterizer to be installed in
1010 * @return rasterizer
1012 public Rasterizer setRasterizer(Rasterizer rasterizer)
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 388 // This is our region rasterizer, which merges rects and spans together
390 class Region::rasterizer : public region_operator<Rect>::region_rasterizer class in class:android::Region
399 rasterizer(Region& reg) function in class:android::Region::rasterizer
404 ~rasterizer() {
561 { // scope for rasterizer (dtor has side effects)
562 rasterizer r(dst);
671 { // scope for rasterizer (dtor has side effects)
672 rasterizer r(dst);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 239 * Returns the {@link Rasterizer} delegate or null if none have been set
872 /*package*/ static int native_setRasterizer(int native_object, int rasterizer) {
876 return rasterizer;
879 delegate.mRasterizer = Rasterizer_Delegate.getDelegate(rasterizer);
887 return rasterizer;
    [all...]
  /external/skia/include/core/
SkPaint.h 572 /** Get the paint's rasterizer (or NULL).
575 @return the paint's rasterizer (or NULL)
579 /** Set or clear the rasterizer object.
581 Pass NULL to clear any previous rasterizer.
583 If a previous rasterizer exists in the paint, its reference count is
584 decremented. If rasterizer is not NULL, its reference count is
586 @param rasterizer May be NULL. The new rasterizer to be installed in
588 @return rasterizer
590 SkRasterizer* setRasterizer(SkRasterizer* rasterizer);
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 603 /** Get the paint's rasterizer (or NULL).
606 @return the paint's rasterizer (or NULL)
610 /** Set or clear the rasterizer object.
612 Pass NULL to clear any previous rasterizer.
614 If a previous rasterizer exists in the paint, its reference count is
615 decremented. If rasterizer is not NULL, its reference count is
617 @param rasterizer May be NULL. The new rasterizer to be installed in
619 @return rasterizer
621 SkRasterizer* setRasterizer(SkRasterizer* rasterizer);
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 1142 const SkRasterizer* rasterizer = paint.getRasterizer(); local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1705 SkRasterizer* rasterizer = paint->getRasterizer(); local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 247 static SkRasterizer* setRasterizer(JNIEnv* env, jobject clazz, SkPaint* obj, SkRasterizer* rasterizer) {
248 return obj->setRasterizer(rasterizer);
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 455 milliseconds

1 2