Searched defs:are (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.cpp111 GrDrawState::AutoRestoreEffects* are,
122 are->set(drawState);
193 are->set(fGpu->drawState());
206 are->set(NULL);
216 GrDrawState::AutoRestoreEffects* are,
271 (requiresAA && this->installClipEffects(elements, are, clipToRTOffset, devBounds))) {
309 are->set(fGpu->drawState());
470 GrDrawState::AutoRestoreEffects are(drawState);
523 // Since we are setting up the cache we should free up the
572 // Set the matrix so that rendered clip elements are transforme
110 installClipEffects(const ElementList& elements, GrDrawState::AutoRestoreEffects* are, const SkVector& clipToRTOffset, const SkRect* drawBounds) argument
215 setupClipping(const GrClipData* clipDataIn, GrDrawState::AutoRestoreEffects* are, const SkRect* devBounds) argument
[all...]
H A DGrGpu.cpp290 GrDrawState::AutoRestoreEffects* are,
292 if (!fClipMaskManager.setupClipping(this->getClip(), are, devBounds)) {
327 // if popping last entry then pops are unbalanced with pushes
334 GrDrawState::AutoRestoreEffects are; local
336 info.getDstCopy(), &are, info.getDevBounds())) {
345 GrDrawState::AutoRestoreEffects are; local
346 if (!this->setupClipAndFlushState(kStencilPath_DrawType, NULL, &are, NULL)) {
360 GrDrawState::AutoRestoreEffects are; local
361 if (!this->setupClipAndFlushState(kDrawPath_DrawType, dstCopy, &are, NULL)) {
376 GrDrawState::AutoRestoreEffects are; local
289 setupClipAndFlushState(DrawType type, const GrDeviceCoordTexture* dstCopy, GrDrawState::AutoRestoreEffects* are, const SkRect* devBounds) argument
[all...]
H A DGrOvalRenderer.cpp177 * We are using an implicit function of x^2/a^2 + y^2/b^2 - 1 = 0.
578 // The radii are outset for two reasons. First, it allows the shader to simply perform
916 GrDrawState::AutoRestoreEffects are; local
931 are.set(target->drawState());
953 if (!are.isSet()) {
954 are.set(target->drawState());
1028 // the interior of the rrect if the radii are >= 0.5. Otherwise, the inner rect of the nine-
1049 // if the corners are circles, use the circle renderer
1083 // The radii are outset for two reasons. First, it allows the shader to simply perform
H A DGrContext.cpp193 // are now unusable
362 // texels in the resampled image are copies of texels from
461 // Renderable A8 targets are not universally supported (e.g., not on ANGLE)
496 // We had a cache miss and we are in approx mode, relax the fit of the flags.
671 AutoRestoreEffects are; local
674 GrDrawTarget* target = this->prepareToDraw(NULL, BUFFERED_DRAW, &are, &acf);
723 /* create a triangle strip that strokes the specified triangle. There are 8
805 AutoRestoreEffects are; local
807 GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are, &acf);
919 AutoRestoreEffects are; local
983 AutoRestoreEffects are; local
1049 AutoRestoreEffects are; local
1076 AutoRestoreEffects are; local
1109 AutoRestoreEffects are; local
1190 AutoRestoreEffects are; local
1227 AutoRestoreEffects are; local
1564 AutoRestoreEffects are; local
1732 prepareToDraw(const GrPaint* paint, BufferedDraw buffered, AutoRestoreEffects* are, AutoCheckFlush* acf) argument
[all...]
/external/skia/src/gpu/
H A DGrGpu.cpp344 GrDrawState::AutoRestoreEffects* are,
346 if (!fClipMaskManager.setupClipping(this->getClip(), are, devBounds)) {
381 // if popping last entry then pops are unbalanced with pushes
388 GrDrawState::AutoRestoreEffects are; local
390 info.getDstCopy(), &are, info.getDevBounds())) {
399 GrDrawState::AutoRestoreEffects are; local
400 if (!this->setupClipAndFlushState(kStencilPath_DrawType, NULL, &are, NULL)) {
414 GrDrawState::AutoRestoreEffects are; local
415 if (!this->setupClipAndFlushState(kDrawPath_DrawType, dstCopy, &are, NULL)) {
430 GrDrawState::AutoRestoreEffects are; local
343 setupClipAndFlushState(DrawType type, const GrDeviceCoordTexture* dstCopy, GrDrawState::AutoRestoreEffects* are, const SkRect* devBounds) argument
[all...]
H A DGrClipMaskManager.cpp111 GrDrawState::AutoRestoreEffects* are,
122 are->set(drawState);
191 are->set(fGpu->drawState());
204 are->set(NULL);
214 GrDrawState::AutoRestoreEffects* are,
269 (requiresAA && this->installClipEffects(elements, are, clipToRTOffset, devBounds))) {
307 are->set(fGpu->drawState());
469 GrDrawState::AutoRestoreEffects are(drawState);
522 // Since we are setting up the cache we should free up the
571 // Set the matrix so that rendered clip elements are transforme
110 installClipEffects(const ElementList& elements, GrDrawState::AutoRestoreEffects* are, const SkVector& clipToRTOffset, const SkRect* drawBounds) argument
213 setupClipping(const GrClipData* clipDataIn, GrDrawState::AutoRestoreEffects* are, const SkRect* devBounds) argument
[all...]
H A DGrOvalRenderer.cpp170 * We are using an implicit function of x^2/a^2 + y^2/b^2 - 1 = 0.
548 // The radii are outset for two reasons. First, it allows the shader to simply perform
891 GrDrawState::AutoRestoreEffects are; local
905 are.set(target->drawState());
927 if (!are.isSet()) {
928 are.set(target->drawState());
1002 // the interior of the rrect if the radii are >= 0.5. Otherwise, the inner rect of the nine-
1023 // if the corners are circles, use the circle renderer
1058 // The radii are outset for two reasons. First, it allows the shader to simply perform
H A DGrContext.cpp187 // are now unusable
341 // texels in the resampled image are copies of texels from
439 // Renderable A8 targets are not universally supported (e.g., not on ANGLE)
474 // We had a cache miss and we are in approx mode, relax the fit of the flags.
643 AutoRestoreEffects are; local
645 this->prepareToDraw(NULL, BUFFERED_DRAW, &are, &acf)->clear(rect, color,
690 /* create a triangle strip that strokes the specified triangle. There are 8
727 // we are keeping around the "tweak the alpha" trick because
791 AutoRestoreEffects are; local
793 GrDrawTarget* target = this->prepareToDraw(&paint, BUFFERED_DRAW, &are,
916 AutoRestoreEffects are; local
971 AutoRestoreEffects are; local
1034 AutoRestoreEffects are; local
1058 AutoRestoreEffects are; local
1091 AutoRestoreEffects are; local
1174 AutoRestoreEffects are; local
1208 AutoRestoreEffects are; local
1546 AutoRestoreEffects are; local
1711 prepareToDraw(const GrPaint* paint, BufferedDraw buffered, AutoRestoreEffects* are, AutoCheckFlush* acf) argument
[all...]

Completed in 1711 milliseconds