OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkEdge
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkEdgeBuilder.h
15
struct
SkEdge
;
27
SkEdge
** edgeList() { return fEdgeList; }
31
SkTDArray<
SkEdge
*> fList;
39
SkEdge
** fEdgeList;
SkScan_Path.cpp
10
#include "
SkEdge
.h"
28
static void validate_sort(const
SkEdge
* edge) {
43
static inline void remove_edge(
SkEdge
* edge) {
48
static inline void swap_edges(
SkEdge
* prev,
SkEdge
* next) {
62
static void backward_insert_edge_based_on_x(
SkEdge
* edge SkDECLAREPARAM(int, curr_y)) {
66
SkEdge
* prev = edge->fPrev;
79
static void insert_new_edges(
SkEdge
* newEdge, int curr_y) {
83
SkEdge
* next = newEdge->fNext;
90
static void validate_edges_for_y(const
SkEdge
* edge, int curr_y)
[
all
...]
SkEdge.h
20
struct
SkEdge
{
27
SkEdge
* fNext;
28
SkEdge
* fPrev;
67
struct SkQuadraticEdge : public
SkEdge
{
77
struct SkCubicEdge : public
SkEdge
{
88
int
SkEdge
::setLine(const SkPoint& p0, const SkPoint& p1, int shift) {
SkEdgeBuilder.cpp
10
#include "
SkEdge
.h"
26
SkEdge
* edge = typedAllocThrow<
SkEdge
>(fAlloc);
95
size_t maxEdgeSize = maxEdgeCount * sizeof(
SkEdge
);
96
size_t maxEdgePtrSize = maxEdgeCount * sizeof(
SkEdge
*);
100
SkEdge
* edge = reinterpret_cast<
SkEdge
*>(storage);
101
SkEdge
** edgePtr = reinterpret_cast<
SkEdge
**>(storage + maxEdgeSize);
SkEdge.cpp
10
#include "
SkEdge
.h"
34
int
SkEdge
::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip,
92
int
SkEdge
::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
126
void
SkEdge
::chopLineWithClip(const SkIRect& clip)
/external/skia/src/core/
SkEdgeBuilder.h
15
struct
SkEdge
;
27
SkEdge
** edgeList() { return fEdgeList; }
31
SkTDArray<
SkEdge
*> fList;
39
SkEdge
** fEdgeList;
SkScan_Path.cpp
10
#include "
SkEdge
.h"
28
static void validate_sort(const
SkEdge
* edge) {
43
static inline void remove_edge(
SkEdge
* edge) {
48
static inline void swap_edges(
SkEdge
* prev,
SkEdge
* next) {
62
static void backward_insert_edge_based_on_x(
SkEdge
* edge SkDECLAREPARAM(int, curr_y)) {
66
SkEdge
* prev = edge->fPrev;
79
static void insert_new_edges(
SkEdge
* newEdge, int curr_y) {
83
SkEdge
* next = newEdge->fNext;
90
static void validate_edges_for_y(const
SkEdge
* edge, int curr_y)
[
all
...]
SkEdge.h
20
struct
SkEdge
{
27
SkEdge
* fNext;
28
SkEdge
* fPrev;
67
struct SkQuadraticEdge : public
SkEdge
{
77
struct SkCubicEdge : public
SkEdge
{
88
int
SkEdge
::setLine(const SkPoint& p0, const SkPoint& p1, int shift) {
SkEdgeBuilder.cpp
10
#include "
SkEdge
.h"
26
SkEdge
* edge = typedAllocThrow<
SkEdge
>(fAlloc);
95
size_t maxEdgeSize = maxEdgeCount * sizeof(
SkEdge
);
96
size_t maxEdgePtrSize = maxEdgeCount * sizeof(
SkEdge
*);
100
SkEdge
* edge = reinterpret_cast<
SkEdge
*>(storage);
101
SkEdge
** edgePtr = reinterpret_cast<
SkEdge
**>(storage + maxEdgeSize);
SkEdge.cpp
10
#include "
SkEdge
.h"
34
int
SkEdge
::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip,
92
int
SkEdge
::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
126
void
SkEdge
::chopLineWithClip(const SkIRect& clip)
/external/skia/
Android.mk
127
src/core/
SkEdge
.cpp \
Completed in 176 milliseconds