HomeSort by relevance Sort by last modified time
    Searched full:skia (Results 176 - 200 of 562) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/webview/chromium/
Android.mk 35 external/skia/include/core \
51 # To remove warnings from skia header files
  /hardware/qcom/display/msm8909/libhwcomposer/
Android.mk 9 $(TOP)/external/skia/include/core \
10 $(TOP)/external/skia/include/images
  /development/ide/eclipse/
android-include-paths.xml 28 <includepath>${ProjDirPath}/external/skia/include</includepath>
29 <includepath>${ProjDirPath}/external/skia/include/core</includepath>
58 <includepath>${ProjDirPath}/external/skia/include</includepath>
59 <includepath>${ProjDirPath}/external/skia/include/core</includepath>
88 <includepath>${ProjDirPath}/external/skia/include</includepath>
89 <includepath>${ProjDirPath}/external/skia/include/core</includepath>
  /external/skia/site/dev/tools/
debugger.md 0 Skia Debugger
7 The Skia Debugger is a graphical tool used to step through and analyze the
8 contents of the Skia picture format. Pre-requisites include installing the Qt
9 Library and downloading the Skia code base.
31 Because the debugger uses Qt, you'll need to build skia in 64 bit mode:
70 You may either use the Skia testing images (GMs) for use in the debugger or
  /external/skia/platform_tools/android/bin/
android_run_app.go 6 Run a Skia app to completion, piping the log to stdout.
22 "github.com/skia-dev/glog"
23 "go.skia.org/infra/go/common"
27 COM_SKIA = "com.skia"
222 // Poll the Skia process every second to make sure it's still running.
225 glog.Errorf("Failed to poll Skia process: %v", err)
227 glog.Infof("Skia process is no longer running!")
  /external/skia/include/gpu/
GrGpuResource.h 28 * GrGpuResource and is itself owned (directly or indirectly) by Skia-client code.
30 * of the resource by the GPU as a result of a skia API call but hasn't executed it yet.
32 * write to the resource by the GPU as a result of a skia API call but hasn't executed it yet.
146 * The resource is cached and owned by Skia. Resources with this status may be kept alive
159 * Similar to uncached, but Skia does not manage the lifetime of the underlying backend
161 * created GPU resources into Skia (e.g. to render to a client-created texture).
166 * An external resource with ownership transfered into Skia. Skia will free the resource.
249 * In general this method should not be called outside of skia. It was
  /external/skia/
gyp_skia 23 # Directory within which we can find most of Skia's gyp configuration files.
65 # directory or any given location on the file system (e.g. /tmp/skia)
119 # If we didn't get a file, then fall back to assuming 'skia.gyp' from the
124 args.append('skia.gyp')
135 # By default, we build 'most' instead of 'all' or 'everything'. See skia.gyp.
  /external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java 8 package com.skia;
238 Log.i("Skia", "spec: " + configSpec);
242 Log.i("Skia", "Could not get MSAA context count: " + mRequestedMSAASampleCount);
266 Log.i("Skia", "spec: " + configSpec);
270 Log.i("Skia", "Could not get non-MSAA context count");
  /external/skia/site/dev/sheriffing/
gpu.md 30 Note that the wrangler's job is NOT to spend an abnormal amount of time triaging images, filing bugs for failing bots, or shepherding DEPS rolls. You'll get your chance when you are the general Skia sheriff.
45 The list of wranglers is specified in the [skia-tree-status web app](http://skia-tree-status.appspot.com/gpu-sheriff). The current wrangler is highlighted in green.
46 The banner on the top of the [status page](https://status.skia.org) also displays the current wrangler.
53 If you need to swap shifts with someone (because you are out sick or on vacation), please get approval from the person you want to swap with. Then send an email to skia-gpu-team@google.com and cc rmistry@.
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
display_item_debugger_test.html 27 'skp64': '[another skia picture in base64]'});
52 {'name': 'DrawingDisplayItem', 'skp64': '[skia picture in base64]'},
57 'skp64': '[another skia picture in base64]'});
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
object_instance_track_test.html 35 objects.idWasCreated(scopedId2, 'skia', 'Picture', 20);
36 objects.addSnapshot(scopedId2, 'skia', 'Picture', 20, 'snapshot-1');
37 objects.idWasDeleted(scopedId2, 'skia', 'Picture', 25);
  /external/skia/cmake/
example.cpp 14 // These headers are just handy for writing this example file. Nothing Skia specific.
42 // Most pointers returned by Skia are derived from SkRefCnt,
90 // This code is no longer Skia-specific. We just dump the .png to disk. Any way works.
  /external/skia/gyp/
effects.gypi 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include
10 # The skia build defines these in common_variables.gypi.
utils.gypi 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include
10 # The skia build defines these in common_variables.gypi
  /external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
GaneshPictureRenderer.java 10 // javac -classpath $AJAR $SRC/java/org/skia/canvasproof/GaneshPictureRenderer.java
11 // javah -classpath $AJAR:$SRC/java -d $SRC/jni org.skia.canvasproof.GaneshPictureRenderer
13 package org.skia.canvasproof;
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
memory_dump_event_unittest.py 56 'skia': {'not_size': 10,
58 'skia/cache1': {'size': 24}
63 'skia/cache2': {'not_size': 20},
64 'skia/cache2/obj1': {'size': 8},
65 'skia/cache2/obj2': {'size': 9},
75 'skia': {
  /external/skia/site/dev/design/
pdftheory.md 14 To make use of Skia's PDF backend, see
15 [Using Skia's PDF Backend](../../user/sample/pdf).
17 Internally, Skia uses SkPDFDocument and SkPDFDevice to represent PDF
91 references must be known. Skia has no plans to implement linearized
140 generation number, Skia always uses generation 0 objects)
215 between Skia and PDF?s support for transparency (which will be
260 needed. See [issue 2683](https://bug.skia.org/2683).
267 ones that correspond to drawing options in Skia are: color, alpha,
293 Similar to Skia, PDF allows drawing to be clipped or
338 upper left (Skia default) as well as any translation or scalin
    [all...]
  /external/skia/tools/
nanobench_flags.py 73 match.append('~patch_grid') # skia:2847
76 match.extend(['~gradient', '~etc1bitmap']) # skia:2895
80 match.append('~GLInstancedArraysBench') # skia:4371
84 match.append('~patch_grid') # skia:2847
88 match.append('~GLInstancedArraysBench') # skia:4714
93 # buildTileIndex leaking memory (https://bug.skia.org/4360). That is
  /external/chromium-trace/catapult/docs/
rolling-deps.md 11 [catapult-roll.skia.org](https://catapult-roll.skia.org/).
  /external/skia/include/utils/
SkCanvasStateUtils.h 17 * across a library boundary where the Skia library on the other side of the
34 * to pass to a different instance of Skia (which may be the same version,
  /external/skia/platform_tools/android/apps/sample_app/src/main/jni/
com_skia_SkiaSampleRenderer.h 2 * Copyright 2015 Skia
20 * Signature: (Lcom/skia/SkiaSampleActivity;Ljava/lang/String;I)V
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
helloskia.cpp 16 * @param dstBitmap The bitmap to place the results of skia into
47 SkString text("Skia is Best!");
  /external/skia/platform_tools/android/tradefed/
upload_dm_results.py 46 'skia-android-dm',
65 'skia-android-dm',
  /external/skia/resources/
slides_content.lua 0 Skia Overview 2014
48 Skia Roadmap [Fall '13]
test.lua 8 local image -- = Sk.loadImage('/skia/sailboat.jpg');
50 local doc = Sk.newDocumentPDF('/skia/trunk/test.pdf');

Completed in 413 milliseconds

1 2 3 4 5 6 78 91011>>