OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotOwnedString
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfGraphicsState.h
36
NotOwnedString
fColorSpace;
60
NotOwnedString
::init(&fColorSpace, "DeviceRGB");
63
void setColorSpace(
NotOwnedString
* colorSpace) {
SkPdfUtils.h
35
struct
NotOwnedString
{
40
static void init(
NotOwnedString
* str) {
45
static void init(
NotOwnedString
* str, const char* sz) {
/external/skia/experimental/PdfViewer/
SkPdfGraphicsState.h
36
NotOwnedString
fColorSpace;
60
NotOwnedString
::init(&fColorSpace, "DeviceRGB");
63
void setColorSpace(
NotOwnedString
* colorSpace) {
SkPdfUtils.h
35
struct
NotOwnedString
{
40
static void init(
NotOwnedString
* str) {
45
static void init(
NotOwnedString
* str, const char* sz) {
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h
98
NotOwnedString
fStr;
959
inline
NotOwnedString
strRef() {
971
return
NotOwnedString
();
[
all
...]
/external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h
98
NotOwnedString
fStr;
959
inline
NotOwnedString
strRef() {
971
return
NotOwnedString
();
[
all
...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp
194
NotOwnedString
strings_DeviceRGB;
195
NotOwnedString
strings_DeviceCMYK;
200
NotOwnedString
::init(&strings_DeviceRGB, "DeviceRGB");
201
NotOwnedString
::init(&strings_DeviceCMYK, "DeviceCMYK");
240
static int GetColorSpaceComponents(
NotOwnedString
& colorSpace) {
465
NotOwnedString
data = array->objAtAIndex(3)->strRef();
[
all
...]
/external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp
194
NotOwnedString
strings_DeviceRGB;
195
NotOwnedString
strings_DeviceCMYK;
200
NotOwnedString
::init(&strings_DeviceRGB, "DeviceRGB");
201
NotOwnedString
::init(&strings_DeviceCMYK, "DeviceCMYK");
240
static int GetColorSpaceComponents(
NotOwnedString
& colorSpace) {
465
NotOwnedString
data = array->objAtAIndex(3)->strRef();
[
all
...]
Completed in 194 milliseconds