Lines Matching full:href
10 class <a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a> final : public <a href='undocumented…
12 …const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='#SkTextBlob_bounds'>bounds()</a> cons…
13 uint32_t <a href='#SkTextBlob_uniqueID'>uniqueID</a>() const;
14 …int <a href='#SkTextBlob_getIntercepts'>getIntercepts</a>(const <a href='undocumented#SkScalar'>Sk…
15 …const <a href='SkPaint_Reference#SkPaint'>SkPaint</a>* <a href='SkPaint_Reference#Paint'>paint</a>…
16 …href='undocumented#sk_sp'>sk_sp</a><<a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a>> <a h…
17 …<a href='undocumented#SkTextEncoding'>SkTextEncoding</a> encoding = <a href='undocumented#kUTF8_Sk…
18 …href='undocumented#sk_sp'>sk_sp</a><<a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a>> <a h…
19 …<a href='undocumented#SkTextEncoding'>SkTextEncoding</a> encoding = <a href='undocumented#kUTF8_Sk…
20 …size_t <a href='#SkTextBlob_serialize'>serialize</a>(const <a href='undocumented#SkSerialProcs'>Sk…
21 …<a href='undocumented#sk_sp'>sk_sp</a><<a href='undocumented#SkData'>SkData</a>> <a href='#SkTextB…
22 …href='undocumented#sk_sp'>sk_sp</a><<a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a>> <a h…
23 … const <a href='undocumented#SkDeserialProcs'>SkDeserialProcs</a>& procs);
28 …href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a> combines multiple <a href='undocumented#Text…
29 …n consists of <a href='undocumented#Glyph'>Glyphs</a>, <a href='SkPaint_Reference#Paint'>Paint</a>…
30 fonts and <a href='undocumented#Text'>text</a> rendering are used by run.
37 const <a href='SkRect_Reference#SkRect'>SkRect</a>& <a href='#SkTextBlob_bounds'>bounds()</a>const
40 …urns conservative bounding box. Uses <a href='SkPaint_Reference#SkPaint'>SkPaint</a> associated wi…
41 determine <a href='undocumented#Glyph'>glyph</a> bounds, and unions all bounds. Returned bounds may…
42 larger than the bounds of all <a href='undocumented#Glyph'>glyphs</a> in runs.
54 <a href='SkPath_Reference#SkPath'>SkPath</a>::<a href='#SkPath_getBounds'>getBounds</a>
61 uint32_t <a href='#SkTextBlob_uniqueID'>uniqueID</a>()const
64 Returns a non-zero value unique among all <a href='undocumented#Text'>text</a> blobs.
68 identifier for <a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a>
76 <a href='undocumented#SkRefCnt'>SkRefCnt</a>
80 <a href='#Text_Blob_Text_Intercepts'>Text_Intercepts</a> describe the intersection of drawn <a href…
81 of <a href='undocumented#Line'>lines</a> parallel to the <a href='undocumented#Text'>text</a> advan…
89 …href='#SkTextBlob_getIntercepts'>getIntercepts</a>(const <a href='undocumented#SkScalar'>SkScalar<…
92 Returns the number of <a href='#SkTextBlob_getIntercepts_intervals'>intervals</a> that intersect <a…
93 <a href='#SkTextBlob_getIntercepts_bounds'>bounds</a> describes a pair of <a href='undocumented#Lin…
94 The return count is zero or a multiple of two, and is at most twice the number of <a href='undocume…
97 Pass nullptr for <a href='#SkTextBlob_getIntercepts_intervals'>intervals</a> to determine the <a hr…
99 Runs within the blob that contain <a href='undocumented#SkRSXform'>SkRSXform</a> are ignored when c…
104 <td>lower and upper <a href='undocumented#Line'>line</a> parallel to the advance</td>
110 …<td>specifies stroking, <a href='undocumented#SkPathEffect'>SkPathEffect</a> that affects the resu…
127 …href='undocumented#sk_sp'>sk_sp</a><<a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a>>…
128 …<a href='undocumented#SkTextEncoding'>SkTextEncoding</a> encoding = <a href='undocumented#kUTF8_Sk…
131 Creates <a href='#Text_Blob'>Text_Blob</a> with a single run. <a href='#SkTextBlob_MakeFromText_tex…
132 by default, <a href='#SkTextBlob_MakeFromText_text'>text</a> is encoded as UTF-8.
134 …href='#SkTextBlob_MakeFromText_font'>font</a> contains attributes used to define the run <a href='…
135 …href='#Font_Skew_X'>Font_Skew_X</a>, <a href='#Font_Hinting'>Font_Hinting</a>, <a href='#Paint_Ant…
136 …href='#Font_Embedded_Bitmaps'>Font_Embedded_Bitmaps</a>, <a href='#Font_Hinting_Spacing'>Font_Hint…
137 and <a href='#Font_Subpixel'>Font_Subpixel</a>
143 …<td>character code <a href='SkPoint_Reference#Point'>points</a> or <a href='undocumented#Glyph'>Gl…
146 <td>byte length of <a href='#SkTextBlob_MakeFromText_text'>text</a> array</td>
149 …<td><a href='#SkTextBlob_MakeFromText_text'>text</a> <a href='undocumented#Size'>size</a>, <a href…
152 …<td>one of: <a href='undocumented#kUTF8_SkTextEncoding'>kUTF8_SkTextEncoding</a>, <a href='undocum…
153 <a href='undocumented#kUTF32_SkTextEncoding'>kUTF32_SkTextEncoding</a>, <a href='undocumented#kGlyp…
160 <a href='#Text_Blob'>Text_Blob</a> constructed from one run
168 <a href='#SkTextBlob_MakeFromString'>MakeFromString</a> <a href='SkTextBlobBuilder_Reference#SkText…
175 …href='undocumented#sk_sp'>sk_sp</a><<a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a>>…
176 …<a href='undocumented#SkTextEncoding'>SkTextEncoding</a> encoding = <a href='undocumented#kUTF8_Sk…
179 …reates <a href='#Text_Blob'>Text_Blob</a> with a single run. <a href='#SkTextBlob_MakeFromString_s…
180 by default, <a href='#SkTextBlob_MakeFromString_string'>string</a> is encoded as UTF-8.
182 …href='#SkTextBlob_MakeFromString_font'>font</a> contains <a href='#Font_Metrics'>Font_Metrics</a> …
183 …href='#Font_Skew_X'>Font_Skew_X</a>, <a href='#Font_Hinting'>Font_Hinting</a>, <a href='#Paint_Ant…
184 …href='#Font_Embedded_Bitmaps'>Font_Embedded_Bitmaps</a>, <a href='#Font_Hinting_Spacing'>Font_Hint…
185 and <a href='#Font_Subpixel'>Font_Subpixel</a>
191 …<td>character code <a href='SkPoint_Reference#Point'>points</a> or <a href='undocumented#Glyph'>Gl…
194 …<td><a href='undocumented#Text'>text</a> <a href='undocumented#Size'>size</a>, <a href='undocument…
197 …<td>one of: <a href='undocumented#kUTF8_SkTextEncoding'>kUTF8_SkTextEncoding</a>, <a href='undocum…
198 <a href='undocumented#kUTF32_SkTextEncoding'>kUTF32_SkTextEncoding</a>, <a href='undocumented#kGlyp…
205 <a href='#Text_Blob'>Text_Blob</a> constructed from one run
213 <a href='#SkTextBlob_MakeFromText'>MakeFromText</a> <a href='SkTextBlobBuilder_Reference#SkTextBlob…
220 size_t <a href='#SkTextBlob_serialize'>serialize</a>(const <a href='undocumented#SkSerialProcs'>SkS…
223 …href='undocumented#Data'>data</a> to allow later reconstruction of <a href='SkTextBlob_Reference#S…
224 … the encoded <a href='undocumented#Data'>data</a>, and <a href='#SkTextBlob_serialize_memory_size'…
225 Returns bytes used if provided storage is large enough to hold all <a href='undocumented#Data'>data…
228 …href='#SkTextBlob_serialize_procs'>procs</a>.<a href='#SkSerialProcs_fTypefaceProc'>fTypefaceProc<…
229 …href='#SkTextBlob_serialize_procs'>procs</a>.<a href='#SkSerialProcs_fTypefaceProc'>fTypefaceProc<…
230 …href='#SkTextBlob_serialize_procs'>procs</a>.<a href='#SkSerialProcs_fTypefaceProc'>fTypefaceProc<…
231 is called with a pointer to <a href='undocumented#SkTypeface'>SkTypeface</a> and user context.
236 <td>custom serial <a href='undocumented#Data'>data</a> encoders; may be nullptr</td>
239 <td>storage for <a href='undocumented#Data'>data</a></td>
242 <td><a href='undocumented#Size'>size</a> of storage</td>
248 bytes written, or zero if required storage is larger than <a href='#SkTextBlob_serialize_memory_siz…
256 <a href='#SkTextBlob_Deserialize'>Deserialize</a> <a href='undocumented#SkSerialProcs'>SkSerialProc…
263 <a href='undocumented#sk_sp'>sk_sp</a><<a href='undocumented#SkData'>SkData</a>> <a href='#Sk…
266 Returns storage containing <a href='undocumented#SkData'>SkData</a> describing <a href='SkTextBlob_…
269 …href='#SkTextBlob_serialize_2_procs'>procs</a>.<a href='#SkSerialProcs_fTypefaceProc'>fTypefacePro…
270 …href='#SkTextBlob_serialize_2_procs'>procs</a>.<a href='#SkSerialProcs_fTypefaceProc'>fTypefacePro…
271 …href='#SkTextBlob_serialize_2_procs'>procs</a>.<a href='#SkSerialProcs_fTypefaceProc'>fTypefacePro…
272 is called with a pointer to <a href='undocumented#SkTypeface'>SkTypeface</a> and user context.
277 <td>custom serial <a href='undocumented#Data'>data</a> encoders; may be nullptr</td>
283 storage containing serialized <a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a>
291 <a href='#SkTextBlob_Deserialize'>Deserialize</a> <a href='undocumented#SkData'>SkData</a> <a href=…
298 …href='undocumented#sk_sp'>sk_sp</a><<a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a>>…
301 …href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a> that was serialized into <a href='#SkTextBlo…
302 if successful; otherwise, returns nullptr. Fails if <a href='#SkTextBlob_Deserialize_size'>size</a>…
303 …a href='#SkTextBlob_Deserialize_data'>data</a> length, or if <a href='#SkTextBlob_Deserialize_data…
305 …href='#SkTextBlob_Deserialize_procs'>procs</a>.<a href='#SkDeserialProcs_fTypefaceProc'>fTypefaceP…
306 …href='#SkTextBlob_Deserialize_procs'>procs</a>.<a href='#SkDeserialProcs_fTypefaceProc'>fTypefaceP…
307 …href='#SkTextBlob_Deserialize_procs'>procs</a>.<a href='#SkDeserialProcs_fTypefaceProc'>fTypefaceP…
308 …led with a pointer to <a href='undocumented#SkTypeface'>SkTypeface</a> <a href='#SkTextBlob_Deseri…
313 <td>pointer for serial <a href='#SkTextBlob_Deserialize_data'>data</a></td>
316 …<td><a href='#SkTextBlob_Deserialize_size'>size</a> of <a href='#SkTextBlob_Deserialize_data'>data…
319 <td>custom serial <a href='#SkTextBlob_Deserialize_data'>data</a> decoders; may be nullptr</td>
325 <a href='SkTextBlob_Reference#SkTextBlob'>SkTextBlob</a> constructed from <a href='#SkTextBlob_Dese…
329 <div><fiddle-embed name="68b6d0208eb0b4de67fc152381af7a58"><div><a href='undocumented#Text'>Text</a…
335 <a href='#SkTextBlob_serialize'>serialize</a> <a href='undocumented#SkDeserialProcs'>SkDeserialProc…