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

  /external/skia/gpu/include/
GrScalar.h 39 #define GrIntToScalar(a) SkIntToScalar(a)
46 #define GrIntToScalar(a) SkIntToScalar(a)
  /external/skia/src/gpu/
SkGpuDevice.cpp 279 bounds.setLTRB(GrIntToScalar(skBounds.fLeft),
280 GrIntToScalar(skBounds.fTop),
281 GrIntToScalar(skBounds.fRight),
282 GrIntToScalar(skBounds.fBottom));
283 GrClip grc(&iter, GrIntToScalar(-origin.x()), GrIntToScalar(-origin.y()),
568 dstPoint->fX = (i % 3) ? GrIntToScalar(fRect.fRight) :
569 GrIntToScalar(fRect.fLeft);
570 dstPoint->fY = (i < 2) ? GrIntToScalar(fRect.fTop) :
571 GrIntToScalar(fRect.fBottom)
    [all...]
  /external/skia/include/gpu/
SkGr.h 190 rect->fLeft = GrIntToScalar(r.fLeft);
191 rect->fTop = GrIntToScalar(r.fTop);
192 rect->fRight = GrIntToScalar(r.fRight);
193 rect->fBottom = GrIntToScalar(r.fBottom);
  /external/skia/gpu/src/
GrGLTexture.cpp 118 fScaleX = GrIntToScalar(textureDesc.fContentWidth) /
120 fScaleY = GrIntToScalar(textureDesc.fContentHeight) /
gr_unittests.cpp 165 line.moveTo(GrIntToScalar(12), GrIntToScalar(20));
166 line.lineTo(GrIntToScalar(-12), GrIntToScalar(-20));
GrPathRenderer.cpp 391 GrIntToScalar(target->getRenderTarget()->width()),
392 GrIntToScalar(target->getRenderTarget()->height()));
GrTesselatedPathRenderer.cpp 226 GrIntToScalar(target->getRenderTarget()->width()),
227 GrIntToScalar(target->getRenderTarget()->height()));
GrGpu.cpp 388 GrIntToScalar(rt.width()), GrIntToScalar(rt.height()));
GrContext.cpp 444 GrIntToScalar(getRenderTarget()->width()),
445 GrIntToScalar(getRenderTarget()->height()));
    [all...]
GrGpuGLShaders.cpp 314 GrIntToScalar(2) / fCurrDrawState.fRenderTarget->width(), 0, -GR_Scalar1,
315 0,-GrIntToScalar(2) / fCurrDrawState.fRenderTarget->height(), GR_Scalar1,
    [all...]

Completed in 191 milliseconds