OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skp
(Results
1 - 6
of
6
) sorted by null
/external/skia/experimental/fiddle/
fiddle_main.h
21
,
skp
(k)
27
bool
skp
;
member in struct:DrawOptions
fiddle_main.cpp
135
if (options.
skp
) {
150
dump_output(skpData, "
Skp
");
/external/skia/experimental/nanomsg/
picture_demo.cpp
40
static void send_picture(int socket, const PictureHeader& header, const SkData&
skp
) {
41
// Vectored IO lets us send header and
skp
contiguously without first
45
create_iov(
skp
.data(),
skp
.size()),
63
// msg is first a fixed-size header, then an .
skp
.
75
// Read the .
skp
.
76
SkAutoTUnref<const SkData>
skp
(SkData::NewFromFileName(skpPath));
77
if (!
skp
) {
81
SkMemoryStream stream(
skp
->data(),
skp
->size())
[
all
...]
/external/skia/tools/
test_gpuveto.py
25
@param dir_or_file: either a directory or
skp
file
71
for
skp
in enumerate(dir_or_file):
72
self.process_skp(
skp
[1])
85
# run gpuveto on the
skp
160
help='Path to the
SKP
(s). Can either be a directory ' \
161
'containing SKPs or a single
SKP
.',
/external/skia/tests/
PathOpsSkpClipTest.cpp
42
{ 2, "http___www_groupon_sg_.
skp
", false}, // SkAAClip::Builder::addRun SkASSERT(fBounds.contains(x, y));
43
{ 6, "http___www_googleventures_com_.
skp
", true}, // addTCoincident SkASSERT(test->fT < 1);
44
{ 7, "http___www_foxsports_nl_.
skp
", true}, // (no repro on mac) addT SkASSERT(this != other || fVerb == SkPath::kCubic_Verb)
45
{13, "http___www_modernqigong_com_.
skp
", false}, // SkAAClip::Builder::addRun SkASSERT(fBounds.contains(x, y));
46
{14, "http___www_devbridge_com_.
skp
", true}, // checkSmallCoincidence SkASSERT(!next->fSmall || checkMultiple);
47
{16, "http___www_1023world_net_.
skp
", false}, // bitmap decode assert (corrupt
skp
?)
48
{19, "http___www_alamdi_com_.
skp
", true}, // cubic/quad intersection
49
{26, "http___www_liveencounters_net_.
skp
", true}, // (no repro on mac) checkSmall addT:549 (line, expects cubic)
50
{28, "http___www_encros_fr_.
skp
", false}, // SkAAClip::Builder::addRun SkASSERT(fBounds.contains(x, y))
977
const char*
skp
= gNames.next();
local
1000
const char*
skp
= skip.filename;
local
[
all
...]
/external/skia/tools/lua/
bbh_filter.lua
3
-- This script outputs info about 'interesting'
skp
files,
21
-- Data about the
skp
in transit
Completed in 163 milliseconds