Home
last modified time | relevance | path

Searched refs:yStart (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEConvolveMatrix.h94 …INE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
102 …ALWAYS_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int…
116 int yStart; member
DFEConvolveMatrix.cpp262 …tSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd) in fastSetInteriorPixels() argument
278 for (int y = yEnd + 1; y > yStart; --y) { in fastSetInteriorPixels()
402 …:setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd) in setInteriorPixels() argument
407 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom, yStart, yEnd); in setInteriorPixels()
409 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom, yStart, yEnd); in setInteriorPixels()
424 …eriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd); in setInteriorPixelsWorker()
478 param.yStart = startY; in applySoftware()
DFELighting.cpp257 …pplyGenericPaint(parameters->data, parameters->paintingData, parameters->yStart, parameters->yEnd); in platformApplyGenericWorker()
275 int yStart = 1; in platformApplyGeneric() local
281 params.yStart = yStart; in platformApplyGeneric()
282 yStart += job < jobsWithExtra ? yStep + 1 : yStep; in platformApplyGeneric()
283 params.yEnd = yStart; in platformApplyGeneric()
DFELighting.h82 int yStart; member
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java222 float yStart = top; in update() local
226 mRayStart.set(centerOffsetX, yStart); in update()
/external/chromium-trace/trace-viewer/src/tracing/
Dtimeline_track_view.js533 setDragBoxPosition_: function(xStart, yStart, xEnd, yEnd) { argument
534 var loY = Math.min(yStart, yEnd);
535 var hiY = Math.max(yStart, yEnd);
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc290 GLfloat yStart = 1.0f - 2.0f * _stopHeight; in RenderOffScreenBuffer() local
312 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart); in RenderOffScreenBuffer()
313 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart); in RenderOffScreenBuffer()
Dvideo_render_nsopengl.mm294 GLfloat yStart = 1.0f - 2.0f * _stopHeight;
309 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
310 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
/external/chromium_org/third_party/flot/
Dexcanvas.min.js1yStart:ai.y,xEnd:ah.x,yEnd:ah.y})};q.rect=function(m,j,i,p){this.moveTo(m,j);this.lineTo(m+i,j);th… property