OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_picture_t
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/c/
sk_picture.h
39
canvas returned by begin_recording. Ownership of the
sk_picture_t
43
sk_picture_t
* sk_picture_recorder_end_recording(sk_picture_recorder_t*);
46
Increment the reference count on the given
sk_picture_t
. Must be
49
void sk_picture_ref(
sk_picture_t
*);
53
sk_picture_t
and any resouces it may be managing. New
54
sk_picture_t
are created with a reference count of 1.
56
void sk_picture_unref(
sk_picture_t
*);
61
uint32_t sk_picture_get_unique_id(
sk_picture_t
*);
66
sk_rect_t sk_picture_get_bounds(
sk_picture_t
*);
sk_types.h
146
A
sk_picture_t
holds recorded canvas drawing commands to be played
149
typedef struct
sk_picture_t
sk_picture_t
;
typedef in typeref:struct:sk_picture_t
152
to create a
sk_picture_t
.
sk_canvas.h
154
SK_API void sk_canvas_draw_picture(sk_canvas_t*, const
sk_picture_t
*,
/external/skia/src/c/
sk_surface.cpp
197
static const SkPicture* AsPicture(const
sk_picture_t
* cpic) {
201
static SkPicture* AsPicture(
sk_picture_t
* cpic) {
205
static
sk_picture_t
* ToPicture(SkPicture* pic) {
206
return reinterpret_cast<
sk_picture_t
*>(pic);
411
void sk_canvas_draw_picture(sk_canvas_t* ccanvas, const
sk_picture_t
* cpicture,
484
sk_picture_t
* sk_picture_recorder_end_recording(sk_picture_recorder_t* crec) {
488
void sk_picture_ref(
sk_picture_t
* cpic) {
492
void sk_picture_unref(
sk_picture_t
* cpic) {
496
uint32_t sk_picture_get_unique_id(
sk_picture_t
* cpic) {
500
sk_rect_t sk_picture_get_bounds(
sk_picture_t
* cpic)
[
all
...]
Completed in 438 milliseconds