/external/skia/dm/ |
DMWriteTask.h | 29 explicit Expectations(const char* root) : fRoot(root) {} 33 const char* fRoot;
|
DMWriteTask.cpp | 92 const SkString path = path_to_expected_image(fRoot, task);
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.cpp | 63 fRoot.fChild.subtree = allocateNode(0); 64 fRoot.fChild.subtree->fNumChildren = 0; 68 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch); 69 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree); 72 Node* oldRoot = fRoot.fChild.subtree; 75 *newRoot->child(0) = fRoot; 77 fRoot.fChild.subtree = newRoot; 78 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree) [all...] |
SkPictureStateTree.cpp | 17 fRoot.fParent = NULL; 18 fRoot.fMatrix = &fRootMatrix; 19 fRoot.fFlags = Node::kSave_Flag; 20 fRoot.fOffset = 0; 21 fRoot.fLevel = 0; 22 fCurrentState.fNode = &fRoot; 78 return Iterator(draws, canvas, &fRoot);
|
SkPictureStateTree.h | 142 Node fRoot;
|
SkRTree.h | 84 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; } 184 Branch fRoot;
|
/external/skia/src/core/ |
SkRTree.cpp | 63 fRoot.fChild.subtree = allocateNode(0); 64 fRoot.fChild.subtree->fNumChildren = 0; 68 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch); 69 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree); 72 Node* oldRoot = fRoot.fChild.subtree; 75 *newRoot->child(0) = fRoot; 77 fRoot.fChild.subtree = newRoot; 78 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree) [all...] |
SkPictureStateTree.cpp | 17 fRoot.fParent = NULL; 18 fRoot.fMatrix = &fRootMatrix; 19 fRoot.fFlags = Node::kSave_Flag; 20 fRoot.fOffset = 0; 21 fRoot.fLevel = 0; 22 fCurrentState.fNode = &fRoot; 78 return Iterator(draws, canvas, &fRoot);
|
SkPictureStateTree.h | 142 Node fRoot;
|
SkRTree.h | 84 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; } 184 Branch fRoot;
|
/external/chromium_org/third_party/skia/src/xml/ |
SkDOM.cpp | 68 SkDOM::SkDOM() : fAlloc(kMinChunkSize), fRoot(NULL) 78 return fRoot; 206 fRoot = NULL; 210 SkDOM::Node* getRoot() const { return fRoot; } 225 if (fRoot == NULL) 228 fRoot = node; 233 SkASSERT(fRoot && parent); 285 SkDOM::Node* fRoot; 300 fRoot = NULL; 304 fRoot = parser.getRoot() [all...] |
/external/skia/src/xml/ |
SkDOM.cpp | 68 SkDOM::SkDOM() : fAlloc(kMinChunkSize), fRoot(NULL) 78 return fRoot; 206 fRoot = NULL; 210 SkDOM::Node* getRoot() const { return fRoot; } 225 if (fRoot == NULL) 228 fRoot = node; 233 SkASSERT(fRoot && parent); 285 SkDOM::Node* fRoot; 300 fRoot = NULL; 304 fRoot = parser.getRoot() [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
quat.js | 413 var fRoot; 417 fRoot = Math.sqrt(fTrace + 1.0); // 2w 418 out[3] = 0.5 * fRoot; 419 fRoot = 0.5/fRoot; // 1/(4w) 420 out[0] = (m[7]-m[5])*fRoot; 421 out[1] = (m[2]-m[6])*fRoot; 422 out[2] = (m[3]-m[1])*fRoot; 433 fRoot = Math.sqrt(m[i*3+i]-m[j*3+j]-m[k*3+k] + 1.0); 434 out[i] = 0.5 * fRoot; [all...] |
/external/skia/bench/ |
ResultsWriter.h | 104 , fRoot() 105 , fResults(fRoot["results"]) 110 fRoot["options"][name] = value; 125 stream.writeText(fRoot.toStyledString().c_str()); 130 Json::Value fRoot;
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRedBlackTree.h | 172 Node* fRoot; 223 fRoot = NULL; 232 RecursiveDelete(fRoot); 252 Node* n = fRoot; 268 Node* n = fRoot; 288 Node* n = fRoot; 306 return onCountOf(fRoot, t); 331 RecursiveDelete(fRoot); 332 fRoot = NULL; 353 Node* n = fRoot; [all...] |
/external/skia/src/gpu/ |
GrRedBlackTree.h | 172 Node* fRoot; 223 fRoot = NULL; 232 RecursiveDelete(fRoot); 252 Node* n = fRoot; 268 Node* n = fRoot; 288 Node* n = fRoot; 306 return onCountOf(fRoot, t); 331 RecursiveDelete(fRoot); 332 fRoot = NULL; 353 Node* n = fRoot; [all...] |
/external/chromium_org/third_party/skia/include/xml/ |
SkDOM.h | 86 Node* fRoot;
|
/external/skia/include/xml/ |
SkDOM.h | 86 Node* fRoot;
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
reslist.h | 42 struct SResource *fRoot; 110 struct SRBRoot *fRoot;
|
reslist.c | 684 res_write16(bundle, bundle->fRoot, status); 693 res_preWrite(&byteOffset, bundle, bundle->fRoot, status); 764 udata_write32(mem, bundle->fRoot->fRes); 818 res_write(mem, &byteOffset, bundle, bundle->fRoot, status); 873 res->u.fTable.fRoot = bundle; [all...] |
parse.c | 646 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { 779 root = data->fRoot; [all...] |
/external/icu4c/tools/genrb/ |
reslist.h | 42 struct SResource *fRoot; 110 struct SRBRoot *fRoot;
|
reslist.c | 686 res_write16(bundle, bundle->fRoot, status); 695 res_preWrite(&byteOffset, bundle, bundle->fRoot, status); 766 udata_write32(mem, bundle->fRoot->fRes); 820 res_write(mem, &byteOffset, bundle, bundle->fRoot, status); 875 res->u.fTable.fRoot = bundle; [all...] |
parse.cpp | 643 if (uprv_strcmp(((list->fRoot->fKeys) + (current->fKey)), key) == 0) { 776 root = data->fRoot; [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/ |
gl-matrix.js | [all...] |