Home
last modified time | relevance | path

Searched defs:runSize (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkGlyphRun.h41 size_t runSize() const { return fSource.size(); } in runSize() function
DSkGlyphRun.cpp218 size_t runSize = it.glyphCount(); in blobToGlyphRunList() local
DSkTextBlob.cpp489 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning, &safe); in allocInternal() local
DSkBlitter.cpp74 int runSize = bounds.width() + 1; // +1 so we can set runs[bounds.width()] = 0 in blitFatAntiRect() local
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherAsFlowTest.kt255 val runSize = if (capacity == Channel.BUFFERED) 1 else capacity in <lambda>() constant
/external/okio/okio/src/commonMain/kotlin/okio/internal/
DBuffer.kt961 val runSize = i + segmentOffset - tail.limit // Equivalent to i - (previous i). in commonWriteUtf8() constant
/external/skia/src/svg/
DSkSVGDevice.cpp989 auto runSize = glyphRun.runSize(); in SVGTextBuilder() local
/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp632 int runSize = strlen(s); in make_blob_causing_fallback() local