Searched refs:validateSize (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebVector.h | 158 validateSize(size); in initialize() 172 validateSize(size); in initializeFrom() 183 void validateSize(size_t size) in validateSize() function
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkTextBlob.cpp | 469 size_t validateSize = sizeof(SkTextBlob); in build() 473 validateSize += SkTextBlob::RunRecord::StorageSize(run->fCount, run->fPositioning); in build() 477 SkASSERT(validateSize == fStorageUsed); in build()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContextBase.cpp | 1522 …if (!validateSize("copyTexSubImage2D", xoffset, yoffset) || !validateSize("copyTexSubImage2D", wid… in copyTexSubImage2D() 3179 if (!validateSize("renderbufferStorage", width, height)) in renderbufferStorage() 3229 if (!validateSize("scissor", width, height)) in scissor() 3409 if (!validateSize(functionName, xoffset, yoffset)) in validateTexFunc() 3670 ASSERT(validateSize("texSubImage2D", xoffset, yoffset)); in texSubImage2DBase() 4232 if (!validateSize("viewport", width, height)) in viewport() 4586 bool WebGLRenderingContextBase::validateSize(const char* functionName, GLint x, GLint y) in validateSize() function in blink::WebGLRenderingContextBase
|
D | WebGLRenderingContextBase.h | 743 bool validateSize(const char* functionName, GLint x, GLint y);
|