Lines Matching defs:size
529 // set the point size
1016 // Make one tight image at the first size and reuse it for smaller levels.
1054 SkISize dims = dstRect.size();
1105 // is a multiple of the block size.
1797 sk_sp<GrGpuBuffer> GrGLGpu::onCreateBuffer(size_t size, GrGpuBufferType intendedType,
1799 return GrGLBuffer::Make(this, size, intendedType, accessPattern, data);
3147 SkSL::String sksl(vshaderTxt.c_str(), vshaderTxt.size());
3157 sksl.assign(fshaderTxt.c_str(), fshaderTxt.size());
3301 SkSL::String sksl(vshaderTxt.c_str(), vshaderTxt.size());
3311 sksl.assign(fshaderTxt.c_str(), fshaderTxt.size());