| /external/skia/src/codec/ |
| SkBmpRLECodec.cpp | 26 , fOffset(offset) 106 if(fOffset < colorBytes) { 117 if (stream()->skip(fOffset - colorBytes) != fOffset - colorBytes) {
|
| SkBmpRLECodec.h | 100 const uint32_t fOffset;
|
| SkBmpStandardCodec.h | 91 const uint32_t fOffset;
|
| /external/skia/src/gpu/vk/ |
| GrVkImage.h | 103 fAlloc.fOffset = 0;
|
| /external/skia/src/sksl/ir/ |
| SkSLSwizzle.h | 86 : INHERITED(base->fOffset, kSwizzle_Kind, get_type(context, *base, components.size()))
|
| SkSLSymbolTable.cpp | 101 fErrorReporter.error(symbol->fOffset, "symbol '" + name + "' was already defined");
|
| SkSLConstructor.h | 40 fOffset, 47 fOffset,
|
| /external/skqp/include/core/ |
| SkDrawLooper.h | 84 SkVector fOffset;
|
| /external/skqp/src/codec/ |
| SkBmpRLECodec.cpp | 26 , fOffset(offset) 106 if(fOffset < colorBytes) { 117 if (stream()->skip(fOffset - colorBytes) != fOffset - colorBytes) {
|
| SkBmpRLECodec.h | 100 const uint32_t fOffset;
|
| SkBmpStandardCodec.h | 91 const uint32_t fOffset;
|
| /external/skqp/src/gpu/vk/ |
| GrVkImage.h | 104 fAlloc.fOffset = 0;
|
| /external/skqp/src/sksl/ir/ |
| SkSLSwizzle.h | 86 : INHERITED(base->fOffset, kSwizzle_Kind, get_type(context, *base, components.size()))
|
| SkSLSymbolTable.cpp | 101 fErrorReporter.error(symbol->fOffset, "symbol '" + name + "' was already defined");
|
| SkSLConstructor.h | 40 fOffset, 47 fOffset,
|
| /external/skia/gm/ |
| megalooper.cpp | 171 info.fOffset.set(xOff, yOff); 219 info.fOffset.set(xOff+gBlurOffsets[i].fX, yOff+gBlurOffsets[i].fY);
|
| /external/skqp/gm/ |
| megalooper.cpp | 171 info.fOffset.set(xOff, yOff); 219 info.fOffset.set(xOff+gBlurOffsets[i].fX, yOff+gBlurOffsets[i].fY);
|
| /external/skia/src/gpu/ |
| GrDrawOpAtlas.cpp | 72 , fOffset(SkIPoint16::Make(fX * fWidth, fY * fHeight)) 129 loc->fX += fOffset.fX; 130 loc->fY += fOffset.fY; 154 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop,
|
| /external/skia/tools/shape/ |
| SkShaper_harfbuzz.cpp | 354 SkPoint fOffset; 390 SkPoint::Make(p->fX + glyph.fOffset.fX, p->fY - glyph.fOffset.fY); 601 glyph.fOffset.fX = pos[i].x_offset * textSizeX; 602 glyph.fOffset.fY = pos[i].y_offset * textSizeY;
|
| /external/skqp/tools/shape/ |
| SkShaper_harfbuzz.cpp | 352 SkPoint fOffset; 388 SkPoint::Make(p->fX + glyph.fOffset.fX, p->fY - glyph.fOffset.fY); 596 glyph.fOffset.fX = pos[i].x_offset * textSizeX; 597 glyph.fOffset.fY = pos[i].y_offset * textSizeY;
|
| /external/skia/src/sksl/ |
| SkSLCompiler.cpp | 667 this->error(expr->fOffset, [all...] |
| SkSLHCodeGenerator.cpp | 170 fErrors.error(s[0]->fOffset, String("@") + section + " " + msg); 265 return String(program.fSource->c_str() + header.fOffset, header.fLength);
|
| /external/skqp/src/sksl/ |
| SkSLCompiler.cpp | 667 this->error(expr->fOffset, [all...] |
| SkSLHCodeGenerator.cpp | 170 fErrors.error(s[0]->fOffset, String("@") + section + " " + msg); 265 return String(program.fSource->c_str() + header.fOffset, header.fLength);
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| gsubr.go | 126 func (pp *Progs) Appendpp(p *obj.Prog, as obj.As, ftype obj.AddrType, freg int16, foffset int64, ttype obj.AddrType, treg int16, toffset int64) *obj.Prog { 133 q.From.Offset = foffset
|