Lines Matching defs:source
4 * Use of this source code is governed by a BSD-style license that can be
28 void SkDrawableGlyphBuffer::startSource(const SkZip<const SkGlyphID, const SkPoint>& source) {
29 fInputSize = source.size();
32 auto positions = source.get<1>();
37 for (auto t : source) {
44 const SkZip<const SkGlyphID, const SkPoint>& source,
47 fInputSize = source.size();
51 auto positions = source.get<1>();
63 SkMakeZip(source.get<0>(), fPositions.get());
72 const SkZip<const SkGlyphID, const SkPoint>& source,
75 fInputSize = source.size();
78 // Build up the mapping from source space to device space. Add the rounding constant
84 auto positions = source.get<1>();
92 : SkMakeZip(fMultiBuffer.get(), source.get<0>(), fPositions.get())) {