/external/skqp/tools/sk_app/win/ |
D | Window_win.cpp | 308 POINT topLeft = {0, 0}; in WndProc() local 309 ClientToScreen(hWnd, &topLeft); in WndProc() 324 LONG tx = (ti.x / 100) - topLeft.x; in WndProc() 325 LONG ty = (ti.y / 100) - topLeft.y; in WndProc()
|
/external/skia/tools/sk_app/win/ |
D | Window_win.cpp | 308 POINT topLeft = {0, 0}; in WndProc() local 309 ClientToScreen(hWnd, &topLeft); in WndProc() 324 LONG tx = (ti.x / 100) - topLeft.x; in WndProc() 325 LONG ty = (ti.y / 100) - topLeft.y; in WndProc()
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 133 Vector2f topLeft; topLeft << m[0], M[1]; in specificTest1() local 135 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) ); in specificTest1()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 304 Sk4f topLeft = devPt; in transform_path_pts() local 315 topLeft = Sk4f::Min(topLeft, devPt); in transform_path_pts() 320 if (!(Sk4f(0) == topLeft*0).allTrue() || !(Sk4f(0) == bottomRight*0).allTrue()) { in transform_path_pts() 326 topLeft.store(topLeftPts); in transform_path_pts()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 301 Sk4f topLeft = devPt; in transform_path_pts() local 312 topLeft = Sk4f::Min(topLeft, devPt); in transform_path_pts() 317 if (!(Sk4f(0) == topLeft*0).allTrue() || !(Sk4f(0) == bottomRight*0).allTrue()) { in transform_path_pts() 323 topLeft.store(topLeftPts); in transform_path_pts()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | rasterizer_impl.h | 619 POS topLeft{scissor.xmin, scissor.ymin}; 625 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]); 628 ComputeEdgeData(topRight, topLeft, rastEdges[6]); 660 POS topLeft{scissor.xmin, scissor.ymin}; 666 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]); 669 ComputeEdgeData(topRight, topLeft, rastEdges[6]);
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/skqp/include/core/ |
D | SkRect.h | 146 SkIPoint topLeft() const { return {fLeft, fTop}; } in topLeft() function
|
/external/skia/include/core/ |
D | SkRect.h | 146 SkIPoint topLeft() const { return {fLeft, fTop}; } in topLeft() function
|
/external/skia/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 489 SkRect topLeft = SkRect::MakeXYWH(0, 0, 1, 1); in filterImageGPU() local 500 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topLeft, in filterImageGPU()
|
/external/skqp/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 487 SkRect topLeft = SkRect::MakeXYWH(0, 0, 1, 1); in filterImageGPU() local 498 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topLeft, in filterImageGPU()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 1144 fMCRec->fBackImage.reset(new BackImage{std::move(backImage), devBounds.topLeft()}); in internalSaveBehind()
|
/external/skqp/src/core/ |
D | SkCanvas.cpp | 1143 fMCRec->fBackImage.reset(new BackImage{std::move(backImage), devBounds.topLeft()}); in internalSaveBehind()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |