Home
last modified time | relevance | path

Searched refs:floatBuffer (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DTestUtils.cpp213 auto at = [floatBpp, floatRowBytes](const char* floatBuffer, int x, int y) { in compare_pixels() argument
214 return reinterpret_cast<const float*>(floatBuffer + y * floatRowBytes + x * floatBpp); in compare_pixels()
/third_party/bounds_checking_function/src/
Doutput.inl126 … char *floatBuffer; /* Use heap memory if the SecFormatAttr.buffer is not enough */ member
127 int bufferSize; /* The size of floatBuffer */
1241 if (floatAdapt->floatBuffer != NULL) {
1242 SECUREC_FREE(floatAdapt->floatBuffer);
1247 floatAdapt->floatBuffer = NULL;
1298 floatAdapt->floatBuffer = NULL;
1326 … floatAdapt->floatBuffer = (char *)SECUREC_MALLOC(((size_t)(unsigned int)floatAdapt->bufferSize));
1327 if (floatAdapt->floatBuffer == NULL) {
1330 attr->text.str = floatAdapt->floatBuffer;
1336 if (floatAdapt->floatBuffer != NULL) {
[all …]