Home
last modified time | relevance | path

Searched refs:outPoint (Results 1 – 9 of 9) sorted by relevance

/external/tpm2/
DECDH_ZGen.c51 result = CryptEccPointMultiply(&out->outPoint.t.point, in TPM2_ECDH_ZGen()
58 out->outPoint.t.size = TPMS_ECC_POINT_Marshal(&out->outPoint.t.point, in TPM2_ECDH_ZGen()
DECDH_ZGen_fp.h17 typedef struct { TPM2B_ECC_POINT outPoint; } ECDH_ZGen_Out; member
DMarshal_ECDH_ZGen.c27 total_size += TPM2B_ECC_POINT_Marshal(&source->outPoint, buffer, size); in ECDH_ZGen_Out_Marshal()
/external/skqp/tests/
DBlendTest.cpp126 SkIPoint outPoint; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() member
156 SkIPoint outPoint = testCase.fRectAndPoints.outPoint; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
194 REPORTER_ASSERT(reporter, bitmap.getColor(outPoint.x(), outPoint.y()) == in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/tests/
DBlendTest.cpp126 SkIPoint outPoint; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() member
156 SkIPoint outPoint = testCase.fRectAndPoints.outPoint; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
194 REPORTER_ASSERT(reporter, bitmap.getColor(outPoint.x(), outPoint.y()) == in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/experimental/skottie/
DSkottie.h53 SkScalar outPoint() const { return fOutPoint; } in outPoint() function
/external/skia/experimental/skottie/
DSkottie.h52 SkScalar outPoint() const { return fOutPoint; } in outPoint() function
/external/skqp/dm/
DDMSrcSink.cpp1354 op = fAnimation->outPoint() * 1000 / fAnimation->frameRate(), in draw()
/external/skia/dm/
DDMSrcSink.cpp1357 op = fAnimation->outPoint() * 1000 / fAnimation->frameRate(), in draw()