HomeSort by relevance Sort by last modified time
    Searched refs:geo (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/skia/include/core/
SkSurfaceProps.h 26 // Returns true iff geo is a known geometry and is RGB.
27 static inline bool SkPixelGeometryIsRGB(SkPixelGeometry geo) {
28 return kRGB_H_SkPixelGeometry == geo || kRGB_V_SkPixelGeometry == geo;
31 // Returns true iff geo is a known geometry and is BGR.
32 static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) {
33 return kBGR_H_SkPixelGeometry == geo || kBGR_V_SkPixelGeometry == geo;
36 // Returns true iff geo is a known geometry and is horizontal.
37 static inline bool SkPixelGeometryIsH(SkPixelGeometry geo) {
    [all...]
  /external/skqp/include/core/
SkSurfaceProps.h 26 // Returns true iff geo is a known geometry and is RGB.
27 static inline bool SkPixelGeometryIsRGB(SkPixelGeometry geo) {
28 return kRGB_H_SkPixelGeometry == geo || kRGB_V_SkPixelGeometry == geo;
31 // Returns true iff geo is a known geometry and is BGR.
32 static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) {
33 return kBGR_H_SkPixelGeometry == geo || kBGR_V_SkPixelGeometry == geo;
36 // Returns true iff geo is a known geometry and is horizontal.
37 static inline bool SkPixelGeometryIsH(SkPixelGeometry geo) {
    [all...]
  /external/strace/
hdio.c 48 struct_hd_geometry geo; local
51 if (!umove_or_printaddr(tcp, arg, &geo))
54 (unsigned) geo.heads,
55 (unsigned) geo.sectors,
56 geo.cylinders,
57 (unsigned long) geo.start);
  /external/skia/experimental/sksg/geometry/
SkSGMerge.cpp 18 for (const auto& geo : fGeos) {
19 this->observeInval(geo);
24 for (const auto& geo : fGeos) {
25 this->unobserveInval(geo);
68 for (const auto& geo : fGeos) {
69 geo->revalidate(ic, ctm);
71 fMerged.addPath(geo->asPath());
73 builder.add(geo->asPath(), geo == fGeos.front() ? kUnion_SkPathOp : op);
  /external/skqp/experimental/sksg/geometry/
SkSGMerge.cpp 18 for (const auto& geo : fGeos) {
19 this->observeInval(geo);
24 for (const auto& geo : fGeos) {
25 this->unobserveInval(geo);
68 for (const auto& geo : fGeos) {
69 geo->revalidate(ic, ctm);
71 fMerged.addPath(geo->asPath());
73 builder.add(geo->asPath(), geo == fGeos.front() ? kUnion_SkPathOp : op);
  /external/skia/experimental/sksg/
SkSGDraw.h 27 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) {
28 return (geo && paint) ? sk_sp<Draw>(new Draw(std::move(geo), std::move(paint))) : nullptr;
  /external/skqp/experimental/sksg/
SkSGDraw.h 27 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) {
28 return (geo && paint) ? sk_sp<Draw>(new Draw(std::move(geo), std::move(paint))) : nullptr;
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesv8-armx.pl 916 s/\`([^\`]*)\`/eval($1)/geo;
918 s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo; # old->new registers
921 #s/[v]?(aes\w+)\s+([qv].*)/unaes($1,$2)/geo or
985 s/\`([^\`]*)\`/eval($1)/geo;
995 s/[v]?(aes\w+)\s+([qv].*)/unaes($1,$2)/geo or
997 s/vtbl\.8\s+(.*)/unvtbl($1)/geo or
998 s/vdup\.32\s+(.*)/unvdup32($1)/geo or
999 s/vmov\.32\s+(.*)/unvmov32($1)/geo or
  /external/skia/tests/
GrShapeTest.cpp 321 * Geo is a factory for creating a GrShape from another representation. It also answers some
324 class Geo {
326 virtual ~Geo() {}
341 class RectGeo : public Geo {
366 class RRectGeo : public Geo {
392 class ArcGeo : public Geo {
420 class PathGeo : public Geo {
517 TestCase(const Geo& geo, const SkPaint& paint, skiatest::Reporter* r,
518 SkScalar scale = SK_Scalar1) : fBase(geo.makeShape(paint))
    [all...]
  /external/skqp/tests/
GrShapeTest.cpp 321 * Geo is a factory for creating a GrShape from another representation. It also answers some
324 class Geo {
326 virtual ~Geo() {}
341 class RectGeo : public Geo {
366 class RRectGeo : public Geo {
392 class PathGeo : public Geo {
489 TestCase(const Geo& geo, const SkPaint& paint, skiatest::Reporter* r,
490 SkScalar scale = SK_Scalar1) : fBase(geo.makeShape(paint)) {
734 static void test_basic(skiatest::Reporter* reporter, const Geo& geo)
    [all...]
  /external/syslinux/extlinux/
main.c 166 int get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo)
174 memset(geo, 0, sizeof *geo);
176 if (!ioctl(devfd, HDIO_GETGEO, geo)) {
179 geo->heads = fd_str.head;
180 geo->sectors = fd_str.sect;
181 geo->cylinders = fd_str.track;
182 geo->start = 0;
189 memcpy(geo, &gp->g, sizeof *geo);
234 struct hd_geometry geo; local
    [all...]
  /external/skia/src/gpu/ops/
GrAtlasTextOp.cpp 27 const Geometry& geo = fGeoData[0]; local
29 geo.fBlob->computeSubRunBounds(&bounds, geo.fRun, geo.fSubRun, geo.fViewMatrix, geo.fX, geo.fY);
36 const SkMatrix& viewMatrix = geo.fViewMatrix;
413 // Reallocate space for geo data if necessary and then import that geo's data
    [all...]
GrNonAAFillRectOp.cpp 276 const RectInfo& geo = fRects[i]; variable
278 geo.fColor, geo.fRect.fLeft, geo.fRect.fTop, geo.fRect.fRight,
279 geo.fRect.fBottom);
GrDrawAtlasOp.cpp 112 for (const auto& geo : fGeoData) {
113 string.appendf("Color: 0x%08x, Quads: %d\n", geo.fColor, geo.fVerts.count() / 4);
GrDashOp.cpp 281 for (const auto& geo : fLines) {
284 geo.fPtsRot[0].fX, geo.fPtsRot[0].fY,
285 geo.fPtsRot[1].fX, geo.fPtsRot[1].fY,
286 geo.fSrcStrokeWidth,
287 geo.fIntervals[0],
288 geo.fIntervals[1],
289 geo.fPhase);
355 DashDraw(const LineData& geo) {
    [all...]
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.cpp 25 const Geometry& geo = fGeoData[0]; local
27 geo.fBlob->computeSubRunBounds(&bounds, geo.fRun, geo.fSubRun, geo.fViewMatrix, geo.fX, geo.fY);
34 const SkMatrix& viewMatrix = geo.fViewMatrix;
381 // Reallocate space for geo data if necessary and then import that geo's data
    [all...]
GrNonAAFillRectOp.cpp 276 const RectInfo& geo = fRects[i]; variable
278 geo.fColor, geo.fRect.fLeft, geo.fRect.fTop, geo.fRect.fRight,
279 geo.fRect.fBottom);
GrDrawAtlasOp.cpp 112 for (const auto& geo : fGeoData) {
113 string.appendf("Color: 0x%08x, Quads: %d\n", geo.fColor, geo.fVerts.count() / 4);
GrDashOp.cpp 281 for (const auto& geo : fLines) {
284 geo.fPtsRot[0].fX, geo.fPtsRot[0].fY,
285 geo.fPtsRot[1].fX, geo.fPtsRot[1].fY,
286 geo.fSrcStrokeWidth,
287 geo.fIntervals[0],
288 geo.fIntervals[1],
289 geo.fPhase);
355 DashDraw(const LineData& geo) {
    [all...]
  /external/skia/src/core/
SkDevice.h 306 SkPixelGeometry geo)
309 , fPixelGeometry(AdjustGeometry(info, tileUsage, geo, false))
314 SkPixelGeometry geo,
319 , fPixelGeometry(AdjustGeometry(info, tileUsage, geo, preserveLCDText))
  /external/skqp/src/core/
SkDevice.h 306 SkPixelGeometry geo)
309 , fPixelGeometry(AdjustGeometry(info, tileUsage, geo, false))
314 SkPixelGeometry geo,
319 , fPixelGeometry(AdjustGeometry(info, tileUsage, geo, preserveLCDText))
  /cts/tools/cts-media/
get_achievable_rates.py 129 Result = namedtuple('Result', 'mn mx p95 med geo p5')
157 geo = math.sqrt(p5 * p95)
159 pub_lo, pub_hi = min(int(p95 * T), round(geo)), max(math.ceil(p5 / T), round(geo))
177 pub_lo_, pub_hi_ = min(int(data[N / 2 - i - 1] * T), round(geo), int(med)), max(math.ceil(data[N / 2 + i] / T), round(geo))
196 if p95 < geo / T or p5 > geo * T:
  /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/skqp/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/gm/
surface.cpp 25 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) {
26 SkSurfaceProps props(0, geo);

Completed in 733 milliseconds

1 2 3