Home
last modified time | relevance | path

Searched defs:geo (Results 1 – 14 of 14) sorted by relevance

/external/skia/include/core/
DSkSurfaceProps.h27 static inline bool SkPixelGeometryIsRGB(SkPixelGeometry geo) { in SkPixelGeometryIsRGB()
32 static inline bool SkPixelGeometryIsBGR(SkPixelGeometry geo) { in SkPixelGeometryIsBGR()
37 static inline bool SkPixelGeometryIsH(SkPixelGeometry geo) { in SkPixelGeometryIsH()
42 static inline bool SkPixelGeometryIsV(SkPixelGeometry geo) { in SkPixelGeometryIsV()
/external/strace/
Dhdio.c47 struct_hd_geometry geo; in MPERS_PRINTER_DECL() local
/external/skia/tests/
DGrShapeTest.cpp251 TestCase(const Geo& geo, const SkPaint& paint, skiatest::Reporter* r, in TestCase()
613 static void test_basic(skiatest::Reporter* reporter, const Geo& geo) { in test_basic()
710 static void test_scale(skiatest::Reporter* reporter, const Geo& geo) { in test_scale()
781 static void test_stroke_param_impl(skiatest::Reporter* reporter, const Geo& geo, in test_stroke_param_impl()
857 static void test_stroke_param(skiatest::Reporter* reporter, const Geo& geo, in test_stroke_param()
862 static void test_stroke_cap(skiatest::Reporter* reporter, const Geo& geo) { in test_stroke_cap()
884 static void test_stroke_join(skiatest::Reporter* reporter, const Geo& geo) { in test_stroke_join()
902 static void test_miter_limit(skiatest::Reporter* reporter, const Geo& geo) { in test_miter_limit()
940 static void test_dash_fill(skiatest::Reporter* reporter, const Geo& geo) { in test_dash_fill()
953 void test_null_dash(skiatest::Reporter* reporter, const Geo& geo) { in test_null_dash()
[all …]
/external/skia/gm/
Dsurface.cpp25 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface()
/external/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp112 for (const auto& geo : fGeoData) { in dumpInfo() local
DGrAtlasTextOp.h88 const Geometry& geo = fGeoData[0]; in init() local
DGrNonAAFillRectOp.cpp265 const RectInfo& geo = fRects[0]; in dumpInfo() local
DGrOvalOpFactory.cpp1253 for (const auto& geo : fEllipses) { in dumpInfo() local
1478 for (const auto& geo : fEllipses) { in dumpInfo() local
2146 for (const auto& geo : fRRects) { in dumpInfo() local
DGrSmallPathRenderer.cpp195 for (const auto& geo : fShapes) { in dumpInfo() local
DGrDashOp.cpp268 for (const auto& geo : fLines) { in dumpInfo() local
/external/syslinux/extlinux/
Dmain.c166 int get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo) in get_geometry()
234 struct hd_geometry geo; in patch_file_and_bootblock() local
/external/skia/src/c/
Dsk_surface.cpp430 SkPixelGeometry geo = kUnknown_SkPixelGeometry; in sk_surface_new_raster() local
446 SkPixelGeometry geo = kUnknown_SkPixelGeometry; in sk_surface_new_raster_direct() local
/external/skia/src/core/
DSkDevice.cpp64 SkPixelGeometry geo, in AdjustGeometry()
DSkCanvas.cpp1114 SkPixelGeometry geo = fProps.pixelGeometry(); in internalSaveLayer() local