Searched defs:geo (Results 1 – 14 of 14) sorted by relevance
/external/skia/include/core/ |
D | SkSurfaceProps.h | 27 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/ |
D | hdio.c | 47 struct_hd_geometry geo; in MPERS_PRINTER_DECL() local
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 251 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/ |
D | surface.cpp | 25 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { in make_surface()
|
/external/skia/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 112 for (const auto& geo : fGeoData) { in dumpInfo() local
|
D | GrAtlasTextOp.h | 88 const Geometry& geo = fGeoData[0]; in init() local
|
D | GrNonAAFillRectOp.cpp | 265 const RectInfo& geo = fRects[0]; in dumpInfo() local
|
D | GrOvalOpFactory.cpp | 1253 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
|
D | GrSmallPathRenderer.cpp | 195 for (const auto& geo : fShapes) { in dumpInfo() local
|
D | GrDashOp.cpp | 268 for (const auto& geo : fLines) { in dumpInfo() local
|
/external/syslinux/extlinux/ |
D | main.c | 166 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/ |
D | sk_surface.cpp | 430 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/ |
D | SkDevice.cpp | 64 SkPixelGeometry geo, in AdjustGeometry()
|
D | SkCanvas.cpp | 1114 SkPixelGeometry geo = fProps.pixelGeometry(); in internalSaveLayer() local
|