HomeSort by relevance Sort by last modified time
    Searched refs:D2D1_BEZIER_SEGMENT (Results 1 - 4 of 4) sorted by null

  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 39 void STDMETHODCALLTYPE AddBeziers(const D2D1_BEZIER_SEGMENT *beziers, UINT beziersCount) override;
SkDWriteGeometrySink.cpp 112 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddBeziers(const D2D1_BEZIER_SEGMENT *beziers, UINT beziersCount) {
117 for (const D2D1_BEZIER_SEGMENT *end = &beziers[beziersCount]; beziers < end; ++beziers) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 80 D2D1FORCEINLINE D2D1_BEZIER_SEGMENT BezierSegment(const D2D1_POINT_2F &point1, const D2D1_POINT_2F &point2, const D2D1_POINT_2F &point3) {
81 D2D1_BEZIER_SEGMENT r = {point1, point2, point3};
d2d1.h 412 typedef struct D2D1_BEZIER_SEGMENT D2D1_BEZIER_SEGMENT;
439 struct D2D1_BEZIER_SEGMENT {
    [all...]

Completed in 57 milliseconds