HomeSort by relevance Sort by last modified time
    Searched defs:geo (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/batches/
GrTInstanceBatch.h 39 * Tesselate(intptr_t vertices, size_t vertexStride, const Geometry& geo,
79 const Geometry& geo = fGeoData[0]; local
80 Impl::SetBounds(geo, &fBounds);
84 const Geometry& geo = fGeoData.back(); local
85 Impl::UpdateBoundsAfterAppend(geo, &fBounds);
GrNinePatch.cpp 44 Geometry& geo = fGeoData.push_back(); local
45 geo.fViewMatrix = viewMatrix;
46 geo.fColor = color;
47 geo.fCenter = center;
48 geo.fDst = dst;
54 geo.fViewMatrix.mapRect(&fBounds, geo.fDst);
114 const Geometry& geo = fGeoData[i]; variable
115 SkNinePatchIter iter(fImageWidth, fImageHeight, geo.fCenter, geo.fDst)
    [all...]
GrAAFillRectBatch.cpp 199 static void SetBounds(const Geometry& geo, SkRect* outBounds) {
200 *outBounds = geo.fDevRect;
204 static void UpdateBoundsAfterAppend(const Geometry& geo, SkRect* outBounds) {
205 outBounds->join(geo.fDevRect);
220 static SkString DumpInfo(const Geometry& geo, int index) {
224 geo.fColor,
225 geo.fRect.fLeft, geo.fRect.fTop, geo.fRect.fRight, geo.fRect.fBottom)
312 AAFillRectBatchNoLocalMatrix::Geometry& geo = batch->geoData()->push_back(); local
322 AAFillRectBatchLocalMatrix::Geometry& geo = batch->geoData()->push_back(); local
    [all...]
GrAtlasTextBatch.h 81 const Geometry& geo = fGeoData[0]; local
82 fBatch.fColor = geo.fColor;
84 geo.fBlob->computeSubRunBounds(&fBounds, geo.fRun, geo.fSubRun, geo.fViewMatrix, geo.fX,
85 geo.fY);
GrNonAAFillRectBatch.cpp 34 static void SetBounds(const Geometry& geo, SkRect* outBounds) {
35 geo.fViewMatrix.mapRect(outBounds, geo.fRect);
39 static void UpdateBoundsAfterAppend(const Geometry& geo, SkRect* outBounds) {
40 SkRect bounds = geo.fRect;
41 geo.fViewMatrix.mapRect(&bounds);
127 static SkString DumpInfo(const Geometry& geo, int index) {
131 geo.fColor,
132 geo.fRect.fLeft, geo.fRect.fTop, geo.fRect.fRight, geo.fRect.fBottom)
220 NonAAFillRectBatchSimple::Geometry& geo = batch->geoData()->push_back(); local
241 NonAAFillRectBatchPerspective::Geometry& geo = batch->geoData()->push_back(); local
300 const NonAAFillRectBatchPerspective::Geometry& geo = batch->geoData()->back(); local
    [all...]
GrNonAAStrokeRectBatch.cpp 87 const Geometry& geo = fGeoData[0]; local
88 fBatch.fHairline = geo.fStrokeWidth == 0;
91 this->setupBounds(&fBounds, geo, snapToPixelCenters);
95 void setupBounds(SkRect* bounds, const Geometry& geo, bool snapToPixelCenters) {
96 *bounds = geo.fRect;
97 SkScalar rad = SkScalarHalf(geo.fStrokeWidth);
99 geo.fViewMatrix.mapRect(&fBounds);
  /external/strace/
block.c 202 struct hd_geometry geo; local
205 if (!umove_or_printaddr(tcp, arg, &geo))
208 (unsigned)geo.heads,
209 (unsigned)geo.sectors,
210 (unsigned)geo.cylinders,
211 geo.start);
  /external/chromium-trace/catapult/tracing/third_party/d3/
d3.min.js     [all...]
  /external/skia/src/c/
sk_surface.cpp 430 SkPixelGeometry geo = kUnknown_SkPixelGeometry; local
431 if (props && !from_c_pixelgeometry(props->pixelGeometry, &geo)) {
435 SkSurfaceProps surfProps(0, geo);
446 SkPixelGeometry geo = kUnknown_SkPixelGeometry; local
447 if (props && !from_c_pixelgeometry(props->pixelGeometry, &geo)) {
451 SkSurfaceProps surfProps(0, geo);
  /external/skia/src/core/
SkCanvas.cpp 1214 SkPixelGeometry geo = fProps.pixelGeometry(); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 2226 milliseconds