Searched refs:VGPath (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 5 void, AppendPath, VGPath dstPath, VGPath srcPath 6 void, AppendPathData, VGPath dstPath, VGint numSegments, const VGubyte… 10 void, ClearPath, VGPath path, VGbitfield capabilities 17 VGPath, CreatePath, VGint pathFormat, VGPathDatatype datatype, VGflo… 20 void, DestroyPath, VGPath path 22 void, DrawPath, VGPath path, VGbitfield paintModes 37 VGbitfield, GetPathCapabilities, VGPath path 47 VGboolean, InterpolatePath, VGPath dstPath, VGPath startPath, VGPath endPath… 53 void, ModifyPathCoords, VGPath dstPath, VGint startIndex, VGint numSegme… 56 void, PathBounds, VGPath path, VGfloat *minX, VGfloat *minY, VGflo… [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | api_path.c | 36 VGPath vegaCreatePath(VGint pathFormat, in vegaCreatePath() 64 void vegaClearPath(VGPath path, VGbitfield capabilities) in vegaClearPath() 78 void vegaDestroyPath(VGPath p) in vegaDestroyPath() 92 void vegaRemovePathCapabilities(VGPath path, in vegaRemovePathCapabilities() 110 VGbitfield vegaGetPathCapabilities(VGPath path) in vegaGetPathCapabilities() 123 void vegaAppendPath(VGPath dstPath, VGPath srcPath) in vegaAppendPath() 143 void vegaAppendPathData(VGPath dstPath, in vegaAppendPathData() 186 void vegaModifyPathCoords(VGPath dstPath, in vegaModifyPathCoords() 221 void vegaTransformPath(VGPath dstPath, VGPath srcPath) in vegaTransformPath() 241 VGboolean vegaInterpolatePath(VGPath dstPath, in vegaInterpolatePath() [all …]
|
D | vgu.c | 41 static void vgu_append_float_coords(VGPath path, in vgu_append_float_coords() 54 VGUErrorCode vguLine(VGPath path, in vguLine() 80 VGUErrorCode vguPolygon(VGPath path, in vguPolygon() 128 VGUErrorCode vguRect(VGPath path, in vguRect() 163 VGUErrorCode vguRoundRect(VGPath path, in vguRoundRect() 222 VGUErrorCode vguEllipse(VGPath path, in vguEllipse() 259 VGUErrorCode vguArc(VGPath path, in vguArc()
|
D | api_text.c | 69 VGPath path, in vegaSetGlyphToPath()
|
D | api_masks.c | 113 void vegaRenderToMask(VGPath path, in vegaRenderToMask()
|
/external/mesa3d/include/VG/ |
D | openvg.h | 61 typedef VGHandle VGPath; typedef 566 VG_API_CALL void VG_API_ENTRY vgRenderToMask(VGPath path, 582 VG_API_CALL VGPath VG_API_ENTRY vgCreatePath(VGint pathFormat, 588 VG_API_CALL void VG_API_ENTRY vgClearPath(VGPath path, VGbitfield capabilities) VG_API_EXIT; 589 VG_API_CALL void VG_API_ENTRY vgDestroyPath(VGPath path) VG_API_EXIT; 590 VG_API_CALL void VG_API_ENTRY vgRemovePathCapabilities(VGPath path, 592 VG_API_CALL VGbitfield VG_API_ENTRY vgGetPathCapabilities(VGPath path) VG_API_EXIT; 593 VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT; 594 VG_API_CALL void VG_API_ENTRY vgAppendPathData(VGPath dstPath, 598 VG_API_CALL void VG_API_ENTRY vgModifyPathCoords(VGPath dstPath, VGint startIndex, [all …]
|
D | vgu.h | 78 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguLine(VGPath path, 82 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguPolygon(VGPath path, 86 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguRect(VGPath path, 90 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguRoundRect(VGPath path, 95 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguEllipse(VGPath path, 99 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguArc(VGPath path,
|