Home
last modified time | relevance | path

Searched refs:cnx (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkPath_serial.cpp104 int32_t cnx = fPathRef->countWeights(); in writeToMemory() local
110 size = safe.add(size, safe.mul(cnx, sizeof(SkScalar))); in writeToMemory()
123 buffer.write32(cnx); in writeToMemory()
126 buffer.write(fPathRef->conicWeights(), cnx * sizeof(SkScalar)); in writeToMemory()
220 int32_t pts, cnx, vbs; in readFromMemory_EQ4Or5() local
221 if (!buffer.readS32(&pts) || !buffer.readS32(&cnx) || !buffer.readS32(&vbs)) { in readFromMemory_EQ4Or5()
226 const SkScalar* conics = buffer.skipCount<SkScalar>(cnx); in readFromMemory_EQ4Or5()
239 if (c && ((cnx -= c) < 0)) { \ in readFromMemory_EQ4Or5()
287 if (pts || cnx) { in readFromMemory_EQ4Or5()

Completed in 2 milliseconds