Searched defs:draw (Results 1 - 25 of 517) sorted by path

1234567891011>>

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwPicture.java68 public void draw(Canvas canvas) { method in class:AwPicture
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
H A Dbackground.js50 chrome.pageAction.setIcon({imageData: draw(i*2, i*4), tabId: lastTabId});
53 function draw(starty, startx) { function
/external/chromium_org/chrome/renderer/resources/
H A Doffline.js383 this.tRex.draw(0, 0);
389 this.gameOverPanel.draw();
673 this.gameOverPanel.draw();
868 this.draw();
902 draw: function() {
1141 this.draw();
1163 draw: function() {
1189 this.draw();
1395 this.draw(0, 0);
1438 this.draw(thi
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc988 cmds::DrawArrays draw; member in struct:gpu::gles2::Cmds
1025 expected.draw.Init(GL_POINTS, kFirst, kCount);
1055 cmds::DrawArraysInstancedANGLE draw; member in struct:gpu::gles2::Cmds
1094 expected.draw.Init(GL_POINTS, kFirst, kCount, 1);
1131 cmds::DrawElements draw; member in struct:gpu::gles2::Cmds
1178 expected.draw.Init(GL_POINTS, kCount, GL_UNSIGNED_SHORT, 0);
1215 cmds::DrawElements draw; member in struct:gpu::gles2::Cmds
1262 expected.draw.Init(GL_POINTS, kCount, GL_UNSIGNED_INT, 0);
1327 cmds::DrawElements draw; member in struct:gpu::gles2::Cmds
1371 expected.draw
1415 cmds::DrawElementsInstancedANGLE draw; member in struct:gpu::gles2::Cmds
[all...]
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc260 bool Display::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) { argument
264 DCHECK(IsValidSurface(draw));
H A Degl.cc330 EGLSurface draw,
334 EGLint error_code = ValidateDisplaySurface(dpy, draw);
346 if (!display->MakeCurrent(draw, read, ctx))
329 eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc116 void VectorPlatformDeviceEmf::drawPaint(const SkDraw& draw, argument
124 drawRect(draw, rect, paint);
127 void VectorPlatformDeviceEmf::drawPoints(const SkDraw& draw, argument
167 drawPath(draw, path, tmp_paint);
170 void VectorPlatformDeviceEmf::drawRect(const SkDraw& draw, argument
188 drawPath(draw, path_modified, paint_no_effet);
206 void VectorPlatformDeviceEmf::drawRRect(const SkDraw& draw, const SkRRect& rr, argument
210 this->drawPath(draw, path, paint, NULL, true);
213 void VectorPlatformDeviceEmf::drawPath(const SkDraw& draw, argument
229 drawPath(draw, path_modifie
263 drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap, const SkRect* src, const SkRect& dst, const SkPaint& paint, SkCanvas::DrawBitmapRectFlags flags) argument
321 drawBitmap(const SkDraw& draw, const SkBitmap& bitmap, const SkMatrix& matrix, const SkPaint& paint) argument
337 drawSprite(const SkDraw& draw, const SkBitmap& bitmap, int x, int y, const SkPaint& paint) argument
470 drawText(const SkDraw& draw, const void* text, size_t byteLength, SkScalar x, SkScalar y, const SkPaint& paint) argument
509 drawPosText(const SkDraw& draw, const void* text, size_t len, const SkScalar pos[], SkScalar constY, int scalarsPerPos, const SkPaint& paint) argument
564 drawTextOnPath(const SkDraw& draw, const void* text, size_t len, const SkPath& path, const SkMatrix* matrix, const SkPaint& paint) argument
574 drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode, int vertexCount, const SkPoint vertices[], const SkPoint texs[], const SkColor colors[], SkXfermode* xmode, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
588 drawDevice(const SkDraw& draw, SkBaseDevice* device, int x, int y, const SkPaint& paint) argument
[all...]
H A Dvector_platform_device_skia.cc54 SkDraw draw; local
56 draw.fClip=&clip;
57 drawSprite(draw, raster_surface_->accessBitmap(false), 0, 0, paint);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.cpp133 void RenderSVGResourceMarker::draw(PaintInfo& paintInfo, const AffineTransform& transform) function in class:blink::RenderSVGResourceMarker
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp204 draw(context, dstRect, scaledSrc, compositeOp, blendMode);
256 void SVGImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator compositeOp, blink::WebBlendMode blendMode) function in class:blink::SVGImage
276 // We can only draw the entire frame, clipped to the rect we want. So compute where the top left
H A DSVGImageForContainer.cpp36 void SVGImageForContainer::draw(GraphicsContext* context, const FloatRect& dstRect, function in class:blink::SVGImageForContainer
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DCountersGraph.js138 draw: function()
237 this.draw();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImage.cpp261 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator compositeOp, WebBlendMode blendMode) function in class:blink::BitmapImage
263 draw(ctxt, dstRect, srcRect, compositeOp, blendMode, DoNotRespectImageOrientation);
266 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator compositeOp, WebBlendMode blendMode, RespectImageOrientationEnum shouldRespectImageOrientation) function in class:blink::BitmapImage
268 // Spin the animation to the correct frame before we try to draw it, so we
269 // don't draw an old frame and then immediately need to draw a newer one,
282 return; // Nothing to draw.
305 image->draw(ctxt, normSrcRect, normDstRect, compositeOp, blendMode);
521 // caller, draw() will clear it, and nothing will cause the
525 // while draw() i
[all...]
H A DCrossfadeGeneratedImage.cpp85 void CrossfadeGeneratedImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator compositeOp, WebBlendMode blendMode) function in class:blink::CrossfadeGeneratedImage
H A DGradientGeneratedImage.cpp34 void GradientGeneratedImage::draw(GraphicsContext* destContext, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator compositeOp, WebBlendMode blendMode) function in class:blink::GradientGeneratedImage
97 draw(destContext, tileDstRect, visibleSrcRect, compositeOp, blendMode);
H A DImage.cpp119 void Image::draw(GraphicsContext* ctx, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator op, WebBlendMode blendMode, RespectImageOrientationEnum) function in class:blink::Image
121 draw(ctx, dstRect, srcRect, op, blendMode);
149 // Check and see if a single draw of the image can cover the entire area we are supposed to tile.
156 draw(ctxt, destRect, visibleSrcRect, op, blendMode);
H A DImageBuffer.cpp256 void ImageBuffer::draw(GraphicsContext* context, const FloatRect& destRect, const FloatRect* srcPtr, CompositeOperator op, WebBlendMode blendMode) function in class:blink::ImageBuffer
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp157 void NativeImageSkia::draw( function in class:blink::NativeImageSkia
164 TRACE_EVENT0("skia", "NativeImageSkia::draw");
209 return; // nothing to draw
251 // NativeImageSkia::draw for details.
325 // we incrementally draw more of the image, we only have to resample the
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/samples/angle/hello_triangle/
H A DHelloTriangle.cpp63 virtual void draw() function in class:HelloTriangleSample
/external/chromium_org/third_party/angle/samples/angle/mip_map_2d/
H A DMipMap2D.cpp88 virtual void draw() function in class:MipMap2DSample
/external/chromium_org/third_party/angle/samples/angle/multi_texture/
H A DMultiTexture.cpp103 virtual void draw() function in class:MultiTextureSample
/external/chromium_org/third_party/angle/samples/angle/multiple_draw_buffers/
H A DMultipleDrawBuffers.cpp108 virtual void draw() function in class:MultipleDrawBuffersSample
207 // Loaded draw buffer entry points
/external/chromium_org/third_party/angle/samples/angle/particle_system/
H A DParticleSystem.cpp163 virtual void draw() function in class:ParticleSystemSample
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
H A DPostSubBuffer.cpp118 virtual void draw() function in class:PostSubBufferSample

Completed in 534 milliseconds

1234567891011>>