OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skPath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.h
35
#include "third_party/skia/include/core/
SkPath
.h"
39
class
SkPath
;
116
const
SkPath
&
skPath
() const { return m_path; }
130
SkPath
m_path;
/external/chromium_org/third_party/skia/src/gpu/
SkGrFontScaler.cpp
193
// we should just return const
SkPath
* (NULL means false)
194
bool SkGrFontScaler::getGlyphPath(uint16_t glyphID,
SkPath
* path) {
197
const
SkPath
*
skPath
= fStrike->findPath(glyph);
198
if (
skPath
) {
199
*path = *
skPath
;
/external/skia/src/gpu/
SkGrFontScaler.cpp
193
// we should just return const
SkPath
* (NULL means false)
194
bool SkGrFontScaler::getGlyphPath(uint16_t glyphID,
SkPath
* path) {
197
const
SkPath
*
skPath
= fStrike->findPath(glyph);
198
if (
skPath
) {
199
*path = *
skPath
;
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp
37
#include "
SkPath
.h"
655
void generatePath(const SkGlyph& glyph,
SkPath
* path) SK_OVERRIDE;
[
all
...]
/external/skia/src/ports/
SkFontHost_mac.cpp
37
#include "
SkPath
.h"
655
void generatePath(const SkGlyph& glyph,
SkPath
* path) SK_OVERRIDE;
[
all
...]
Completed in 57 milliseconds